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...

Collaboration diagram for RCC_CKGATENR bits:

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)
 

Detailed Description

Allows to enable or disable the clock gating for the specified IPs.

Macro Definition Documentation

◆ RCC_CKGATENR_AHB2APB1_CKEN

#define RCC_CKGATENR_AHB2APB1_CKEN   (1<<0)

Definition at line 787 of file f4/rcc.h.

◆ RCC_CKGATENR_AHB2APB2_CKEN

#define RCC_CKGATENR_AHB2APB2_CKEN   (1<<1)

Definition at line 786 of file f4/rcc.h.

◆ RCC_CKGATENR_CM4DBG_CKEN

#define RCC_CKGATENR_CM4DBG_CKEN   (1<<2)

Definition at line 785 of file f4/rcc.h.

◆ RCC_CKGATENR_EVTCL_CKEN

#define RCC_CKGATENR_EVTCL_CKEN   (1<<7)

Definition at line 780 of file f4/rcc.h.

◆ RCC_CKGATENR_FLITF_CKEN

#define RCC_CKGATENR_FLITF_CKEN   (1<<5)

Definition at line 782 of file f4/rcc.h.

◆ RCC_CKGATENR_RCC_CKEN

#define RCC_CKGATENR_RCC_CKEN   (1<<6)

Definition at line 781 of file f4/rcc.h.

◆ RCC_CKGATENR_SPARE_CKEN

#define RCC_CKGATENR_SPARE_CKEN   (1<<3)

Definition at line 784 of file f4/rcc.h.

◆ RCC_CKGATENR_SRAM_CKEN

#define RCC_CKGATENR_SRAM_CKEN   (1<<4)

Definition at line 783 of file f4/rcc.h.