Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pwr_ex.h143 #define PWR_SMPS_HIGH_POWER 0U /*!< SMPS step down converter in high… macro
773 #define IS_PWR_SMPS_MODE(__MODE__) (((__MODE__) == PWR_SMPS_HIGH_POWER) || \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c1283 if (OperatingMode == PWR_SMPS_HIGH_POWER) in HAL_PWREx_SMPS_SetMode()
1359 mode = PWR_SMPS_HIGH_POWER; in HAL_PWREx_SMPS_GetEffectiveMode()