Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_pwr_ex.c223 uint32_t vos_old = READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOS); in HAL_PWREx_ControlVoltageScaling() local
226 if (vos_old == VoltageScaling) in HAL_PWREx_ControlVoltageScaling()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_pwr_ex.c343 uint32_t vos_old; in HAL_PWREx_ControlVoltageScaling() local
349 vos_old = READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOS); in HAL_PWREx_ControlVoltageScaling()
352 if (vos_old == VoltageScaling) in HAL_PWREx_ControlVoltageScaling()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_pwr_ex.c137 uint32_t vos_old = READ_BIT(PWR->CR1, PWR_CR1_VOS); in HAL_PWREx_ControlVoltageScaling() local
151 if (vos_old == VoltageScaling) in HAL_PWREx_ControlVoltageScaling()