Searched refs:pwr_sr1 (Results 1 – 1 of 1) sorted by relevance
1277 uint32_t pwr_sr1; in HAL_PWREx_SMPS_SetMode() local1297 pwr_sr1 = READ_REG(PWR->SR1); in HAL_PWREx_SMPS_SetMode()1299 if (READ_BIT(pwr_sr1, PWR_SR1_SMPSHPRDY | PWR_SR1_SMPSBYPRDY) == 0U) in HAL_PWREx_SMPS_SetMode()1346 uint32_t pwr_sr1; in HAL_PWREx_SMPS_GetEffectiveMode() local1348 pwr_sr1 = READ_REG(PWR->SR1); in HAL_PWREx_SMPS_GetEffectiveMode()1349 if (READ_BIT(pwr_sr1, PWR_SR1_SMPSBYPRDY) != 0U) in HAL_PWREx_SMPS_GetEffectiveMode()1353 else if (READ_BIT(pwr_sr1, PWR_SR1_SMPSHPRDY) == 0U) in HAL_PWREx_SMPS_GetEffectiveMode()1435 uint32_t pwr_sr1; in HAL_PWREx_SMPS_GetMainRegulatorExtSMPSReadyStatus() local1437 pwr_sr1 = READ_REG(PWR->SR1); in HAL_PWREx_SMPS_GetMainRegulatorExtSMPSReadyStatus()1438 if (READ_BIT(pwr_sr1, PWR_SR1_EXTSMPSRDY) != 0U) in HAL_PWREx_SMPS_GetMainRegulatorExtSMPSReadyStatus()