Home
last modified time | relevance | path

Searched refs:IS_SYSCFG_CPU_CLK_GATING (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal.c1449 assert_param(IS_SYSCFG_CPU_CLK_GATING(Xpu)); in HAL_SYSCFG_EnablexPUClockGating()
1463 assert_param(IS_SYSCFG_CPU_CLK_GATING(Xpu)); in HAL_SYSCFG_DisablexPUClockGating()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal.h718 #define IS_SYSCFG_CPU_CLK_GATING(__CPU__) (((((__CPU__) & SYSCFG_NPU_NOC) == SYSCFG_NPU_NOC) || \ macro
723 #define IS_SYSCFG_CPU_CLK_GATING(__CPU__) (((((__CPU__) & SYSCFG_CPU_NIC) == SYSCFG_CPU_NIC) || \ macro