libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Allows to enable or disable the clock gating for the specified IPs. More...
Macros | |
#define | RCC_CKGATENR_EVTCL_CKEN (1<<7) |
#define | RCC_CKGATENR_RCC_CKEN (1<<6) |
#define | RCC_CKGATENR_FLITF_CKEN (1<<5) |
#define | RCC_CKGATENR_SRAM_CKEN (1<<4) |
#define | RCC_CKGATENR_SPARE_CKEN (1<<3) |
#define | RCC_CKGATENR_CM4DBG_CKEN (1<<2) |
#define | RCC_CKGATENR_AHB2APB2_CKEN (1<<1) |
#define | RCC_CKGATENR_AHB2APB1_CKEN (1<<0) |
Allows to enable or disable the clock gating for the specified IPs.