Searched refs:PWR_VOSCR_VOS (Results 1 – 16 of 16) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_pwr_ex.h | 154 #define PWR_REGULATOR_VOLTAGE_SCALE0 PWR_VOSCR_VOS /*!< Voltage scaling range 0 */ 352 MODIFY_REG(PWR->VOSCR, PWR_VOSCR_VOS, (__REGULATOR__)); \ 354 tmpreg = READ_BIT(PWR->VOSCR, PWR_VOSCR_VOS); \
|
D | stm32h5xx_ll_pwr.h | 130 #define LL_PWR_REGU_VOLTAGE_SCALE0 PWR_VOSCR_VOS /*!< Voltage scaling range 0 */ 706 MODIFY_REG(PWR->VOSCR, PWR_VOSCR_VOS, VoltageScaling); in LL_PWR_SetRegulVoltageScaling() 720 return (uint32_t)(READ_BIT(PWR->VOSCR, PWR_VOSCR_VOS)); in LL_PWR_GetRegulVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_pwr.h | 93 #define LL_PWR_REGU_VOLTAGE_SCALE0 PWR_VOSCR_VOS /*!< Voltage scaling… 497 MODIFY_REG(PWR->VOSCR, PWR_VOSCR_VOS, VoltageScaling); in LL_PWR_SetRegulVoltageScaling()
|
D | stm32n6xx_hal_pwr_ex.h | 111 #define PWR_REGULATOR_VOLTAGE_SCALE0 PWR_VOSCR_VOS /*!< Voltage scaling…
|
/hal_stm32-latest/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-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_pwr_ex.c | 324 MODIFY_REG(PWR->VOSCR, PWR_VOSCR_VOS, VoltageScaling); in HAL_PWREx_ControlVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 7904 #define PWR_VOSCR_VOS PWR_VOSCR_VOS_Msk macro
|
D | stm32h523xx.h | 11731 #define PWR_VOSCR_VOS PWR_VOSCR_VOS_Msk macro
|
D | stm32h562xx.h | 12457 #define PWR_VOSCR_VOS PWR_VOSCR_VOS_Msk macro
|
D | stm32h533xx.h | 12250 #define PWR_VOSCR_VOS PWR_VOSCR_VOS_Msk macro
|
D | stm32h573xx.h | 15060 #define PWR_VOSCR_VOS PWR_VOSCR_VOS_Msk macro
|
D | stm32h563xx.h | 14541 #define PWR_VOSCR_VOS PWR_VOSCR_VOS_Msk macro
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | stm32n645xx.h | 24686 #define PWR_VOSCR_VOS PWR_VOSCR_VOS_Msk /*!< Voltage scalin… macro
|
D | stm32n657xx.h | 25835 #define PWR_VOSCR_VOS PWR_VOSCR_VOS_Msk /*!< Voltage scalin… macro
|
D | stm32n655xx.h | 25593 #define PWR_VOSCR_VOS PWR_VOSCR_VOS_Msk /*!< Voltage scalin… macro
|
D | stm32n647xx.h | 24928 #define PWR_VOSCR_VOS PWR_VOSCR_VOS_Msk /*!< Voltage scalin… macro
|