Module w806_pac::rcc::clock_enable
source · [−]Expand description
Software configure clock gate enable
By configuring this clock gating enable register, you can control the clock to shutdown a specified function, so as to achieve the purpose of shutting down a certain module.
In order to provide the firmware with flexibility to control the power consumption of the system, the clock and reset module provides the clock gating function of each module in the system. When the clock of the corresponding module is turned off, the digital logic and clock tree of the module will stop working, which can reduce the dynamic power consumption of the system.
Re-exports
pub use TOUCH_A as SDIO_A;
pub use TOUCH_R as SDIO_R;
pub use TOUCH_A as RSA_A;
pub use TOUCH_R as RSA_R;
pub use TOUCH_A as I2S_A;
pub use TOUCH_R as I2S_R;
pub use TOUCH_A as PWM_A;
pub use TOUCH_R as PWM_R;
pub use TOUCH_A as ADC_A;
pub use TOUCH_R as ADC_R;
pub use TOUCH_A as GPIO_A;
pub use TOUCH_R as GPIO_R;
pub use TOUCH_A as TIMER_A;
pub use TOUCH_R as TIMER_R;
pub use TOUCH_A as DMA_A;
pub use TOUCH_R as DMA_R;
pub use TOUCH_A as UART_A;
pub use TOUCH_R as UART_R;
pub use TOUCH_A as I2C_A;
pub use TOUCH_R as I2C_R;
Structs
Field adc
writer - Analog-digital converter clock gate enable
Software configure clock gate enable
Field dma
writer - Direct memory access clock gate enable
Field gpio
writer - General purpose input/output clock gate enable
Field i2c
writer - Inter-Integrated Circuit module enable
Field i2s
writer - Inter-Integrated Sound clock gate enable
Field pwm
writer - Pulse-width modulation module clock gate enable
Register clock_enable
reader
Field rsa
writer - RSA Montgomery coprocessor clock gate enable
Field sdio
writer - Secure digital input/output clock gate enable
Field timer
writer - Timer module clock gate enable
Field touch
reader - Touch sensor module clock gate enable
Field touch
writer - Touch sensor module clock gate enable
Fields uart(0-5)
const generic writer - Universal asynchronous transmitter/receiver enable
Register clock_enable
writer
Enums
Touch sensor module clock gate enable