/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_pwr_ex.h | 93 #define PWR_REGULATOR_VOLTAGE_SCALE1 PWR_VOSR_VOS /*!< Voltage scaling range 1 */ 207 MODIFY_REG(PWR->VOSR, PWR_VOSR_VOS, (__REGULATOR__)); \ 209 tmpreg = READ_BIT(PWR->VOSR, PWR_VOSR_VOS); \
|
D | stm32wbaxx_ll_pwr.h | 206 #define LL_PWR_REGU_VOLTAGE_SCALE1 PWR_VOSR_VOS /*!< Voltage scaling range 1 (highest frequenc… 716 MODIFY_REG(PWR->VOSR, PWR_VOSR_VOS, VoltageScaling); in LL_PWR_SetRegulVoltageScaling() 728 return (uint32_t)(READ_BIT(PWR->VOSR, PWR_VOSR_VOS)); in LL_PWR_GetRegulVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_pwr_ex.h | 734 MODIFY_REG(PWR->VOSR, PWR_VOSR_VOS, (__REGULATOR__)); \ 735 tmpreg = READ_BIT(PWR->VOSR, PWR_VOSR_VOS); \
|
D | stm32u5xx_ll_pwr.h | 434 #define LL_PWR_REGU_VOLTAGE_SCALE1 PWR_VOSR_VOS /*!< Voltage scaling range 1 */ 1702 MODIFY_REG(PWR->VOSR, PWR_VOSR_VOS, VoltageScaling); in LL_PWR_SetRegulVoltageScaling() 1716 return (uint32_t)(READ_BIT(PWR->VOSR, PWR_VOSR_VOS)); in LL_PWR_GetRegulVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 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/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_pwr_ex.c | 231 MODIFY_REG(PWR->VOSR, PWR_VOSR_VOS, VoltageScaling); in HAL_PWREx_ControlVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 5310 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< Voltage sc… macro
|
D | stm32wba52xx.h | 8911 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< Voltage sc… macro
|
D | stm32wba54xx.h | 9181 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< Voltage sc… macro
|
D | stm32wba5mxx.h | 9187 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< Voltage sc… macro
|
D | stm32wba55xx.h | 9187 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< Voltage sc… macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 12977 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u535xx.h | 12464 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u575xx.h | 13626 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u585xx.h | 14188 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u595xx.h | 14439 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u5a5xx.h | 15001 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u5f7xx.h | 15940 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u599xx.h | 18158 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u5g7xx.h | 16502 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u5f9xx.h | 19069 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u5a9xx.h | 18720 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u5g9xx.h | 19631 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|