Searched refs:PWR_SMPS_ON (Results 1 – 2 of 2) sorted by relevance
445 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()
296 #define PWR_SMPS_ON 0x000000000U /*!< SMPS step down ON */ macro442 #define IS_PWR_SMPS_MODE(SMPS_MODE) (((SMPS_MODE) == PWR_SMPS_ON ) ||\