Searched refs:PWR_VOSR_BOOSTEN (Results 1 – 15 of 15) sorted by relevance
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc.c | 1185 if (READ_BIT(PWR->VOSR, PWR_VOSR_BOOSTEN) == PWR_VOSR_BOOSTEN) in HAL_RCC_OscConfig() 1189 CLEAR_BIT(PWR->VOSR, PWR_VOSR_BOOSTEN); in HAL_RCC_OscConfig() 1219 SET_BIT(PWR->VOSR, PWR_VOSR_BOOSTEN); in HAL_RCC_OscConfig() 1441 if (READ_BIT(PWR->VOSR, PWR_VOSR_BOOSTEN) != 0U) in HAL_RCC_ClockConfig()
|
D | stm32u5xx_hal_pwr_ex.c | 358 SET_BIT(PWR->VOSR, PWR_VOSR_BOOSTEN); in HAL_PWREx_ControlVoltageScaling() 371 MODIFY_REG(PWR->VOSR, (PWR_VOSR_VOS | PWR_VOSR_BOOSTEN), (VoltageScaling | PWR_VOSR_BOOSTEN)); in HAL_PWREx_ControlVoltageScaling() 375 MODIFY_REG(PWR->VOSR, (PWR_VOSR_VOS | PWR_VOSR_BOOSTEN), VoltageScaling); in HAL_PWREx_ControlVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_pwr.h | 1726 SET_BIT(PWR->VOSR, PWR_VOSR_BOOSTEN); in LL_PWR_EnableEPODBooster() 1736 CLEAR_BIT(PWR->VOSR, PWR_VOSR_BOOSTEN); in LL_PWR_DisableEPODBooster() 1746 return ((READ_BIT(PWR->VOSR, PWR_VOSR_BOOSTEN) == (PWR_VOSR_BOOSTEN)) ? 1UL : 0UL); in LL_PWR_IsEnabledEPODBooster()
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 12982 #define PWR_VOSR_BOOSTEN PWR_VOSR_BOOSTEN_Msk /*!< EPOD boost… macro
|
D | stm32u535xx.h | 12469 #define PWR_VOSR_BOOSTEN PWR_VOSR_BOOSTEN_Msk /*!< EPOD boost… macro
|
D | stm32u575xx.h | 13631 #define PWR_VOSR_BOOSTEN PWR_VOSR_BOOSTEN_Msk /*!< EPOD boost… macro
|
D | stm32u585xx.h | 14193 #define PWR_VOSR_BOOSTEN PWR_VOSR_BOOSTEN_Msk /*!< EPOD boost… macro
|
D | stm32u595xx.h | 14444 #define PWR_VOSR_BOOSTEN PWR_VOSR_BOOSTEN_Msk /*!< EPOD boost… macro
|
D | stm32u5a5xx.h | 15006 #define PWR_VOSR_BOOSTEN PWR_VOSR_BOOSTEN_Msk /*!< EPOD boost… macro
|
D | stm32u5f7xx.h | 15945 #define PWR_VOSR_BOOSTEN PWR_VOSR_BOOSTEN_Msk /*!< EPOD boost… macro
|
D | stm32u599xx.h | 18163 #define PWR_VOSR_BOOSTEN PWR_VOSR_BOOSTEN_Msk /*!< EPOD boost… macro
|
D | stm32u5g7xx.h | 16507 #define PWR_VOSR_BOOSTEN PWR_VOSR_BOOSTEN_Msk /*!< EPOD boost… macro
|
D | stm32u5f9xx.h | 19074 #define PWR_VOSR_BOOSTEN PWR_VOSR_BOOSTEN_Msk /*!< EPOD boost… macro
|
D | stm32u5a9xx.h | 18725 #define PWR_VOSR_BOOSTEN PWR_VOSR_BOOSTEN_Msk /*!< EPOD boost… macro
|
D | stm32u5g9xx.h | 19636 #define PWR_VOSR_BOOSTEN PWR_VOSR_BOOSTEN_Msk /*!< EPOD boost… macro
|