/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_pwr_ex.h | 91 #define PWR_REGULATOR_VOLTAGE_SCALE1 PWR_VOSR_VOS /*!< Voltage scaling range 1 */ 206 MODIFY_REG(PWR->VOSR, PWR_VOSR_VOS, (__REGULATOR__)); \ 208 tmpreg = READ_BIT(PWR->VOSR, PWR_VOSR_VOS); \
|
D | stm32wbaxx_ll_pwr.h | 205 #define LL_PWR_REGU_VOLTAGE_SCALE1 PWR_VOSR_VOS /*!< Voltage scaling range 1 (highest frequency) … 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-3.6.0/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-3.6.0/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-3.6.0/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-3.6.0/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 5311 #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 | stm32wba55xx.h | 9187 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< Voltage sc… macro
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/soc/ |
D | stm32u535xx.h | 12459 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u545xx.h | 12972 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u575xx.h | 13609 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u5f7xx.h | 15921 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u595xx.h | 14420 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u5a5xx.h | 14982 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u585xx.h | 14171 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u599xx.h | 18139 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u5g7xx.h | 16483 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u5a9xx.h | 18701 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u5f9xx.h | 19050 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|
D | stm32u5g9xx.h | 19612 #define PWR_VOSR_VOS PWR_VOSR_VOS_Msk /*!< VOS[1:0] V… macro
|