Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c1277 uint32_t pwr_sr1; in HAL_PWREx_SMPS_SetMode() local
1297 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() local
1348 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() local
1437 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()