Searched refs:SRDCR (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_pwr.h | 252 MODIFY_REG(PWR->SRDCR, PWR_SRDCR_VOS, (__REGULATOR__)); \ 254 tmpreg = READ_BIT(PWR->SRDCR, PWR_SRDCR_VOS); \ 444 ((__FLAG__) == PWR_FLAG_VOSRDY) ? ((PWR->SRDCR & PWR_SRDCR_VOSRDY) == PWR_SRDCR_VOSRDY) :\ 460 ((__FLAG__) == PWR_FLAG_VOSRDY) ? ((PWR->SRDCR & PWR_SRDCR_VOSRDY) == PWR_SRDCR_VOSRDY) :\
|
D | stm32h7xx_ll_pwr.h | 1580 MODIFY_REG(PWR->SRDCR, PWR_SRDCR_VOS, VoltageScaling); in LL_PWR_SetRegulVoltageScaling() 1600 return (uint32_t)(READ_BIT(PWR->SRDCR, PWR_SRDCR_VOS)); in LL_PWR_GetRegulVoltageScaling() 2113 return ((READ_BIT(PWR->SRDCR, PWR_SRDCR_VOSRDY) == (PWR_SRDCR_VOSRDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VOS()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_pwr_ex.c | 433 MODIFY_REG (PWR->SRDCR, PWR_SRDCR_VOS, VoltageScaling); in HAL_PWREx_ControlVoltageScaling()
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 1064 __IO uint32_t SRDCR; /*!< PWR SRD domain control register, Address offset: 0x18 */ member
|
D | stm32h7b0xx.h | 1067 __IO uint32_t SRDCR; /*!< PWR SRD domain control register, Address offset: 0x18 */ member
|
D | stm32h7b0xxq.h | 1068 __IO uint32_t SRDCR; /*!< PWR SRD domain control register, Address offset: 0x18 */ member
|
D | stm32h7a3xxq.h | 1065 __IO uint32_t SRDCR; /*!< PWR SRD domain control register, Address offset: 0x18 */ member
|
D | stm32h7b3xx.h | 1067 __IO uint32_t SRDCR; /*!< PWR SRD domain control register, Address offset: 0x18 */ member
|
D | stm32h7b3xxq.h | 1068 __IO uint32_t SRDCR; /*!< PWR SRD domain control register, Address offset: 0x18 */ member
|