/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_pwr.h | 266 MODIFY_REG(PWR->D3CR, PWR_D3CR_VOS, PWR_REGULATOR_VOLTAGE_SCALE1); \ 268 tmpreg = READ_BIT(PWR->D3CR, PWR_D3CR_VOS); \ 281 MODIFY_REG(PWR->D3CR, PWR_D3CR_VOS, (__REGULATOR__)); \ 283 tmpreg = READ_BIT(PWR->D3CR, PWR_D3CR_VOS); \ 292 MODIFY_REG (PWR->D3CR, PWR_D3CR_VOS, (__REGULATOR__)); \ 294 tmpreg = READ_BIT(PWR->D3CR, PWR_D3CR_VOS); \
|
D | stm32h7xx_ll_pwr.h | 1578 MODIFY_REG(PWR->D3CR, PWR_D3CR_VOS, VoltageScaling); in LL_PWR_SetRegulVoltageScaling() 1598 return (uint32_t)(READ_BIT(PWR->D3CR, PWR_D3CR_VOS)); in LL_PWR_GetRegulVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_pwr_ex.c | 441 MODIFY_REG (PWR->D3CR, PWR_D3CR_VOS, PWR_REGULATOR_VOLTAGE_SCALE1); in HAL_PWREx_ControlVoltageScaling() 488 MODIFY_REG (PWR->D3CR, PWR_D3CR_VOS, VoltageScaling); in HAL_PWREx_ControlVoltageScaling() 492 MODIFY_REG(PWR->D3CR, PWR_D3CR_VOS, VoltageScaling); in HAL_PWREx_ControlVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 22651 #define PWR_D3CR_VOS PWR_SRDCR_VOS macro
|
D | stm32h7b0xx.h | 23135 #define PWR_D3CR_VOS PWR_SRDCR_VOS macro
|
D | stm32h7b0xxq.h | 23147 #define PWR_D3CR_VOS PWR_SRDCR_VOS macro
|
D | stm32h7a3xxq.h | 22663 #define PWR_D3CR_VOS PWR_SRDCR_VOS macro
|
D | stm32h7b3xx.h | 23142 #define PWR_D3CR_VOS PWR_SRDCR_VOS macro
|
D | stm32h7b3xxq.h | 23154 #define PWR_D3CR_VOS PWR_SRDCR_VOS macro
|
D | stm32h730xxq.h | 14819 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|
D | stm32h733xx.h | 14807 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|
D | stm32h725xx.h | 14368 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|
D | stm32h730xx.h | 14807 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|
D | stm32h735xx.h | 14819 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|
D | stm32h742xx.h | 13655 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|
D | stm32h723xx.h | 14356 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|
D | stm32h750xx.h | 14548 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|
D | stm32h753xx.h | 14554 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|
D | stm32h745xx.h | 14861 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|
D | stm32h745xg.h | 14861 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|
D | stm32h743xx.h | 14285 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|
D | stm32h755xx.h | 15130 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|
D | stm32h757xx.h | 18287 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|
D | stm32h747xg.h | 18018 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|
D | stm32h747xx.h | 18018 #define PWR_D3CR_VOS PWR_D3CR_VOS_Msk /*!< Voltage Scaling… macro
|