Searched refs:PWR_SMPS_PRECHARGE (Results 1 – 2 of 2) sorted by relevance
298 #define PWR_SMPS_BYPASS PWR_SMPS_PRECHARGE /*!< SMPS is disabled and bypassed in precha…308 #define PWR_SMPS_PRECHARGE PWR_CR5_SMPSFBYP /*!< SMPS is disabled and bypassed in pre… macro444 ((SMPS_MODE) == PWR_SMPS_PRECHARGE))
457 MODIFY_REG(PWR->CR5, PWR_CR5_SMPSFBYP, PWR_SMPS_PRECHARGE); in HAL_PWREx_SMPS_SetMode()