Searched refs:VOSSR (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_pwr.h | 314 …((__FLAG__) == PWR_FLAG_VOSRDY) ? (READ_BIT(PWR->VOSSR, PWR_VOSSR_VOSRDY) == PWR_VOSSR_V… 315 …((__FLAG__) == PWR_FLAG_ACTVOSRDY) ? (READ_BIT(PWR->VOSSR, PWR_VOSSR_ACTVOSRDY) == PWR_VOSSR_A… 337 …((__FLAG__) == PWR_FLAG_VOSRDY) ? (READ_BIT(PWR->VOSSR, PWR_VOSSR_VOSRDY) == PWR_VOSSR_V… 338 …((__FLAG__) == PWR_FLAG_ACTVOSRDY) ? (READ_BIT(PWR->VOSSR, PWR_VOSSR_ACTVOSRDY) == PWR_VOSSR_A…
|
D | stm32h5xx_ll_pwr.h | 734 return (READ_BIT(PWR->VOSSR, PWR_VOSSR_ACTVOS)); in LL_PWR_GetCurrentVOS() 1536 return ((READ_BIT(PWR->VOSSR, PWR_VOSSR_VOSRDY) == (PWR_VOSSR_VOSRDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VOS() 1587 return ((READ_BIT(PWR->VOSSR, PWR_VOSSR_ACTVOSRDY) == (PWR_VOSSR_ACTVOSRDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_ACTVOS()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pwr_ex.c | 170 if ((PWR->VOSSR & PWR_VOSSR_ACTVOS) == (VoltageScaling << 10U)) in HAL_PWREx_ControlVoltageScaling() 199 return (PWR->VOSSR & PWR_VOSSR_ACTVOS); in HAL_PWREx_GetVoltageRange()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 663 …__IO uint32_t VOSSR; /*!< Voltage sacling status register , Address offset: 0x14 … member
|
D | stm32h523xx.h | 826 …__IO uint32_t VOSSR; /*!< Voltage sacling status register , Address offset: 0x14 … member
|
D | stm32h562xx.h | 873 …__IO uint32_t VOSSR; /*!< Voltage sacling status register , Address offset: 0x14 … member
|
D | stm32h533xx.h | 890 …__IO uint32_t VOSSR; /*!< Voltage sacling status register , Address offset: 0x14 … member
|
D | stm32h573xx.h | 1115 …__IO uint32_t VOSSR; /*!< Voltage sacling status register , Address offset: 0x14 … member
|
D | stm32h563xx.h | 1051 …__IO uint32_t VOSSR; /*!< Voltage sacling status register , Address offset: 0x14 … member
|