Searched refs:PWR_SMPS_BYPASS (Results 1 – 6 of 6) sorted by relevance
234 #define PWR_SMPS_BYPASS (0x00000000UL) /*!< SMPS step down in bypass mode */ macro528 #define IS_PWR_SMPS_MODE(__SMPS_MODE__) (((__SMPS_MODE__) == PWR_SMPS_BYPASS) ||\
273 #define PWR_SMPS_BYPASS (PWR_SR2_SMPSBF) /*!< SMPS step down in bypass mode */ macro822 #define IS_PWR_SMPS_MODE(SMPS_MODE) (((SMPS_MODE) == PWR_SMPS_BYPASS) ||\
145 #define PWR_SMPS_BYPASS PWR_CR4_SMPSBYP /*!< SMPS step down converter in bypa… macro775 ((__MODE__) == PWR_SMPS_BYPASS))
453 if (OperatingMode == PWR_SMPS_BYPASS) in HAL_PWREx_SMPS_SetMode()
298 #define PWR_SMPS_BYPASS PWR_SMPS_PRECHARGE /*!< SMPS is disabled and bypassed in precha… macro
1351 mode = PWR_SMPS_BYPASS; in HAL_PWREx_SMPS_GetEffectiveMode()