Searched refs:VOSCR (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_pwr_ex.h | 344 MODIFY_REG(PWR->VOSCR, PWR_VOSCR_VOS, (__REGULATOR__)); \ 346 tmpreg = READ_BIT(PWR->VOSCR, PWR_VOSCR_VOS); \
|
D | stm32h5xx_ll_pwr.h | 640 MODIFY_REG(PWR->VOSCR, PWR_VOSCR_VOS, VoltageScaling); in LL_PWR_SetRegulVoltageScaling() 654 return (uint32_t)(READ_BIT(PWR->VOSCR, PWR_VOSCR_VOS)); in LL_PWR_GetRegulVoltageScaling()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pwr_ex.c | 177 MODIFY_REG(PWR->VOSCR, PWR_VOSCR_VOS, VoltageScaling); in HAL_PWREx_ControlVoltageScaling()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 664 …__IO uint32_t VOSCR; /*!< Voltage scaling control register , Address offset: 0x10 … member
|
D | stm32h562xx.h | 869 …__IO uint32_t VOSCR; /*!< Voltage scaling control register , Address offset: 0x10 … member
|
D | stm32h563xx.h | 1047 …__IO uint32_t VOSCR; /*!< Voltage scaling control register , Address offset: 0x10 … member
|
D | stm32h573xx.h | 1112 …__IO uint32_t VOSCR; /*!< Voltage scaling control register , Address offset: 0x10 … member
|