/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_pwr_ex.h | 69 #define PWR_REGULATOR_VOLTAGE_SCALE1 PWR_CR_VOS /* Scale 1 mode(default value a… 72 #define PWR_REGULATOR_VOLTAGE_SCALE1 PWR_CR_VOS /* Scale 1 mode(default value a… 119 … MODIFY_REG(PWR->CR, PWR_CR_VOS, (__REGULATOR__)); \ 121 … tmpreg = READ_BIT(PWR->CR, PWR_CR_VOS); \ 137 … MODIFY_REG(PWR->CR, PWR_CR_VOS, (__REGULATOR__)); \ 139 … tmpreg = READ_BIT(PWR->CR, PWR_CR_VOS); \
|
D | stm32f4xx_ll_pwr.h | 90 #define LL_PWR_REGU_VOLTAGE_SCALE1 (PWR_CR_VOS) 507 MODIFY_REG(PWR->CR, PWR_CR_VOS, VoltageScaling); in LL_PWR_SetRegulVoltageScaling() 521 return (uint32_t)(READ_BIT(PWR->CR, PWR_CR_VOS)); in LL_PWR_GetRegulVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_pwr.h | 159 #define PWR_REGULATOR_VOLTAGE_SCALE3 PWR_CR_VOS 210 #define __HAL_PWR_VOLTAGESCALING_CONFIG(__REGULATOR__) (MODIFY_REG(PWR->CR, PWR_CR_VOS, (__REGULATO…
|
D | stm32l0xx_ll_pwr.h | 273 MODIFY_REG(PWR->CR, PWR_CR_VOS, VoltageScaling); in LL_PWR_SetRegulVoltageScaling() 286 return (uint32_t)(READ_BIT(PWR->CR, PWR_CR_VOS)); in LL_PWR_GetRegulVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_pwr.h | 202 #define PWR_REGULATOR_VOLTAGE_SCALE3 PWR_CR_VOS 245 #define __HAL_PWR_VOLTAGESCALING_CONFIG(__REGULATOR__) (MODIFY_REG(PWR->CR, PWR_CR_VOS, (__REGULATO…
|
D | stm32l1xx_ll_pwr.h | 273 MODIFY_REG(PWR->CR, PWR_CR_VOS, VoltageScaling); in LL_PWR_SetRegulVoltageScaling() 286 return (uint32_t)(READ_BIT(PWR->CR, PWR_CR_VOS)); in LL_PWR_GetRegulVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_rcc.c | 1351 vos = READ_BIT(PWR->CR, PWR_CR_VOS); in RCC_SetFlashLatencyFromMSIRange() 1356 vos = READ_BIT(PWR->CR, PWR_CR_VOS); in RCC_SetFlashLatencyFromMSIRange()
|
D | stm32l1xx_hal_pwr_ex.c | 67 return (PWR->CR & PWR_CR_VOS); in HAL_PWREx_GetVoltageRange()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_pwr_ex.c | 71 return (PWR->CR & PWR_CR_VOS); in HAL_PWREx_GetVoltageRange()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_pwr_ex.c | 213 return (PWR->CR & PWR_CR_VOS); in HAL_PWREx_GetVoltageRange()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f410cx.h | 4169 #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (… macro 4180 #define PWR_CR_PMODE PWR_CR_VOS
|
D | stm32f410rx.h | 4169 #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (… macro 4180 #define PWR_CR_PMODE PWR_CR_VOS
|
D | stm32f410tx.h | 4159 #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (… macro 4170 #define PWR_CR_PMODE PWR_CR_VOS
|
D | stm32f401xc.h | 3832 #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (… macro 3837 #define PWR_CR_PMODE PWR_CR_VOS
|
D | stm32f401xe.h | 3832 #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (… macro 3837 #define PWR_CR_PMODE PWR_CR_VOS
|
D | stm32f411xe.h | 3835 #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (… macro 3846 #define PWR_CR_PMODE PWR_CR_VOS
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l041xx.h | 3241 #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (… macro
|
D | stm32l010x8.h | 2952 #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (… macro
|
D | stm32l010xb.h | 2960 #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (… macro
|
D | stm32l011xx.h | 3047 #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (… macro
|
D | stm32l021xx.h | 3175 #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (… macro
|
D | stm32l031xx.h | 3113 #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (… macro
|
D | stm32l051xx.h | 3191 #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (… macro
|
D | stm32l010x4.h | 2944 #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (… macro
|
D | stm32l010x6.h | 2950 #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (… macro
|