Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_pwr_ex.c461 if (OperatingMode == PWR_SMPS_OFF) in HAL_PWREx_SMPS_SetMode()
463 MODIFY_REG(PWR->CR5, PWR_CR5_NOSMPS, PWR_SMPS_OFF); in HAL_PWREx_SMPS_SetMode()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_pwr_ex.h297 #define PWR_SMPS_OFF PWR_CR5_NOSMPS /*!< SMPS step down OFF */ macro
443 ((SMPS_MODE) == PWR_SMPS_OFF ) ||\