Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr_ex.c445 if (OperatingMode == PWR_SMPS_ON) in HAL_PWREx_SMPS_SetMode()
447 MODIFY_REG(PWR->CR5, PWR_CR5_NOSMPS, PWR_SMPS_ON); in HAL_PWREx_SMPS_SetMode()
455 MODIFY_REG(PWR->CR5, PWR_CR5_NOSMPS, PWR_SMPS_ON); in HAL_PWREx_SMPS_SetMode()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_pwr_ex.h296 #define PWR_SMPS_ON 0x000000000U /*!< SMPS step down ON */ macro
442 #define IS_PWR_SMPS_MODE(SMPS_MODE) (((SMPS_MODE) == PWR_SMPS_ON ) ||\