Automatic Turn off clocks
+ Collaboration diagram for Automatic Turn off clocks:

Macros

#define CGC_WFI_SECU_HCLK   ((uint32_t)0x00000001U)
 Hclk for all security blocks. More...
 
#define CGC_WFI_SIM_HCLK   ((uint32_t)0x00000002U)
 Hclk for sim card interface
More...
 
#define CGC_WFI_HTB_HCLK   ((uint32_t)0x00000004U)
 Hclk for hopping table
More...
 
#define CGC_WFI_PWM_HCLK   ((uint32_t)0x00000008U)
 Hclk for PWM
More...
 
#define CGC_WFI_ROM_HCLK   ((uint32_t)0x00000010U)
 Hclk for ROM
More...
 
#define CGC_WFI_SNSADC_HCLK   ((uint32_t)0x00000020U)
 Hclk for sense ADC
More...
 
#define CGC_WFI_GPIO_HCLK   ((uint32_t)0x00000040U)
 Hclk for GPIOs
More...
 
#define CGC_WFI_DMA_HCLK   ((uint32_t)0x00000080U)
 Hclk for DMA engine
More...
 
#define CGC_WFI_BLE_BRG_HCLK   ((uint32_t)0x00000100U)
 Hclk for BLE MCU bridge
More...
 
#define CGC_WFI_APB_SUB_HCLK   ((uint32_t)0x00000200U)
 Hclk for APB subsystem
More...
 
#define CGC_WFI_SERIAL_HCLK   ((uint32_t)0x00000400U)
 Hclk for serial blocks
More...
 
#define CGC_WFI_I2S_S_HCLK   ((uint32_t)0x00000800U)
 Hclk for I2S slave
More...
 
#define CGC_WFI_AON_MCUSUB_HCLK   ((uint32_t)0x00001000U)
 Hclk for Always-on register
More...
 
#define CGC_WFI_XF_XQSPI_HCLK   ((uint32_t)0x00002000U)
 Hclk for cache top
More...
 
#define CGC_WFI_SRAM_HCLK   ((uint32_t)0x00004000U)
 Hclk for SRAMs
More...
 
#define CGC_WFI_SECU_DIV4_PCLK   ((uint32_t)0x00008000U)
 Div4 clk for security blocks. More...
 
#define CGC_WFI_XQSPI_DIV4_PCLK   ((uint32_t)0x00020000U)
 Div4 clk for xf qspi
More...
 
#define CGC_WFI_ALL_CLK   ((uint32_t)0x0002FFFFU)
 All clocks
More...
 

Detailed Description

Macro Definition Documentation

◆ CGC_WFI_ALL_CLK

#define CGC_WFI_ALL_CLK   ((uint32_t)0x0002FFFFU)

All clocks

Definition at line 129 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_AON_MCUSUB_HCLK

#define CGC_WFI_AON_MCUSUB_HCLK   ((uint32_t)0x00001000U)

Hclk for Always-on register

Definition at line 123 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_APB_SUB_HCLK

#define CGC_WFI_APB_SUB_HCLK   ((uint32_t)0x00000200U)

Hclk for APB subsystem

Definition at line 120 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_BLE_BRG_HCLK

#define CGC_WFI_BLE_BRG_HCLK   ((uint32_t)0x00000100U)

Hclk for BLE MCU bridge

Definition at line 119 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_DMA_HCLK

#define CGC_WFI_DMA_HCLK   ((uint32_t)0x00000080U)

Hclk for DMA engine

Definition at line 118 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_GPIO_HCLK

#define CGC_WFI_GPIO_HCLK   ((uint32_t)0x00000040U)

Hclk for GPIOs

Definition at line 117 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_HTB_HCLK

#define CGC_WFI_HTB_HCLK   ((uint32_t)0x00000004U)

Hclk for hopping table

Definition at line 113 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_I2S_S_HCLK

#define CGC_WFI_I2S_S_HCLK   ((uint32_t)0x00000800U)

Hclk for I2S slave

Definition at line 122 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_PWM_HCLK

#define CGC_WFI_PWM_HCLK   ((uint32_t)0x00000008U)

Hclk for PWM

Definition at line 114 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_ROM_HCLK

#define CGC_WFI_ROM_HCLK   ((uint32_t)0x00000010U)

Hclk for ROM

Definition at line 115 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_SECU_DIV4_PCLK

#define CGC_WFI_SECU_DIV4_PCLK   ((uint32_t)0x00008000U)

Div4 clk for security blocks.

Definition at line 126 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_SECU_HCLK

#define CGC_WFI_SECU_HCLK   ((uint32_t)0x00000001U)

Hclk for all security blocks.

Definition at line 111 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_SERIAL_HCLK

#define CGC_WFI_SERIAL_HCLK   ((uint32_t)0x00000400U)

Hclk for serial blocks

Definition at line 121 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_SIM_HCLK

#define CGC_WFI_SIM_HCLK   ((uint32_t)0x00000002U)

Hclk for sim card interface

Definition at line 112 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_SNSADC_HCLK

#define CGC_WFI_SNSADC_HCLK   ((uint32_t)0x00000020U)

Hclk for sense ADC

Definition at line 116 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_SRAM_HCLK

#define CGC_WFI_SRAM_HCLK   ((uint32_t)0x00004000U)

Hclk for SRAMs

Definition at line 125 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_XF_XQSPI_HCLK

#define CGC_WFI_XF_XQSPI_HCLK   ((uint32_t)0x00002000U)

Hclk for cache top

Definition at line 124 of file gr55xx_hal_cgc.h.

◆ CGC_WFI_XQSPI_DIV4_PCLK

#define CGC_WFI_XQSPI_DIV4_PCLK   ((uint32_t)0x00020000U)

Div4 clk for xf qspi

Definition at line 127 of file gr55xx_hal_cgc.h.