Specify the default system clock when the system is initialized. More...
Collaboration diagram for Default System Clock Specify:Macros | |
| #define | LL_CGC_MCU_SUBSYS_DEFAULT_WFI_CLK0 |
| Hclk0 for the system default clock WFI/WFE. More... | |
| #define | LL_CGC_MCU_SUBSYS_DEFAULT_WFI_CLK1 |
| Hclk1 for the system default clock WFI/WFE. More... | |
| #define | LL_CGC_MCU_SUBSYS_DEFAULT_CLK |
| Hclk for the system default clock More... | |
| #define | LL_CGC_MCU_SUBSYS_DEFAULT_CLK1 (MCU_SUB_FORCE_SECU_DIV4_PCLK) |
| Hclk for the system default clock More... | |
| #define | LL_CGC_MCU_PERIPH_CG_DEFAULT |
| pclk for the system default periph clock More... | |
| #define | LL_CGC_MCU_PERIPH_SLP_CG_DEFAULT |
| pclk for the system default periph wfi clock More... | |
| #define | CGC_CLOCK_ENABLE (1) |
| Bit segment address enable More... | |
| #define | CGC_CLOCK_DISABLE (0) |
| Bit segment address disable More... | |
| #define | BIT_BAND(addr, bitnum) (((addr) & 0xF0000000) + 0x2000000 + (((addr) & 0xFFFFF) << 5) + ((bitnum) << 2)) |
| Bit segment address calculation More... | |
| #define | MEMORY_ADDR(addr) (*((volatile uint32_t *)(addr))) |
| Bit segment address type conversion More... | |
| #define | BIT_SEGMENT_VALUE(addr, bitnum) MEMORY_ADDR(BIT_BAND(addr, bitnum)) |
| Bit segment address value manipulation More... | |
Specify the default system clock when the system is initialized.
| #define BIT_BAND | ( | addr, | |
| bitnum | |||
| ) | (((addr) & 0xF0000000) + 0x2000000 + (((addr) & 0xFFFFF) << 5) + ((bitnum) << 2)) |
Bit segment address calculation
Definition at line 333 of file gr55xx_ll_cgc.h.
| #define BIT_SEGMENT_VALUE | ( | addr, | |
| bitnum | |||
| ) | MEMORY_ADDR(BIT_BAND(addr, bitnum)) |
Bit segment address value manipulation
Definition at line 335 of file gr55xx_ll_cgc.h.
| #define CGC_CLOCK_DISABLE (0) |
Bit segment address disable
Definition at line 325 of file gr55xx_ll_cgc.h.
| #define CGC_CLOCK_ENABLE (1) |
Bit segment address enable
Definition at line 324 of file gr55xx_ll_cgc.h.
| #define LL_CGC_MCU_PERIPH_CG_DEFAULT |
pclk for the system default periph clock
Definition at line 298 of file gr55xx_ll_cgc.h.
| #define LL_CGC_MCU_PERIPH_SLP_CG_DEFAULT |
pclk for the system default periph wfi clock
Definition at line 322 of file gr55xx_ll_cgc.h.
| #define LL_CGC_MCU_SUBSYS_DEFAULT_CLK |
Hclk for the system default clock
Definition at line 271 of file gr55xx_ll_cgc.h.
| #define LL_CGC_MCU_SUBSYS_DEFAULT_CLK1 (MCU_SUB_FORCE_SECU_DIV4_PCLK) |
Hclk for the system default clock
Definition at line 273 of file gr55xx_ll_cgc.h.
| #define LL_CGC_MCU_SUBSYS_DEFAULT_WFI_CLK0 |
Hclk0 for the system default clock WFI/WFE.
Definition at line 261 of file gr55xx_ll_cgc.h.
| #define LL_CGC_MCU_SUBSYS_DEFAULT_WFI_CLK1 |
Hclk1 for the system default clock WFI/WFE.
Definition at line 265 of file gr55xx_ll_cgc.h.
| #define MEMORY_ADDR | ( | addr | ) | (*((volatile uint32_t *)(addr))) |
Bit segment address type conversion
Definition at line 334 of file gr55xx_ll_cgc.h.