Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dsystem_stm32wb0x.c119 #define CFG_HW_SMPS SMPS_ON
242 if ((CFG_HW_SMPS == SMPS_ON) || (CFG_HW_SMPS == SMPS_BYPAPSS)) in SystemInit()
247 if ((CFG_HW_SMPS == SMPS_ON) || (CFG_HW_SMPS == SMPS_OFF)) in SystemInit()
Dsystem_stm32wb0x.h144 #define SMPS_ON 0 macro