/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_pwr.h | 376 …((__FLAG__) == PWR_FLAG_VDDA2RDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDA2RDY) == PWR_SVMSR_VDD… 377 …((__FLAG__) == PWR_FLAG_VDDA1RDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDA1RDY) == PWR_SVMSR_VDD… 378 …((__FLAG__) == PWR_FLAG_VDDIO2RDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDIO2RDY) == PWR_SVMSR_VDD… 379 …((__FLAG__) == PWR_FLAG_VDDUSBRDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDUSBRDY) == PWR_SVMSR_VDD… 380 …((__FLAG__) == PWR_FLAG_ACTVOSRDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY) == PWR_SVMSR_ACT… 381 …((__FLAG__) == PWR_FLAG_PVDO) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_PVDO) == PWR_SVMSR_PVD… 382 …((__FLAG__) == PWR_FLAG_REGS) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_REGS) == PWR_SVMSR_REG… 401 …((__FLAG__) == PWR_FLAG_VDDA2RDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDA2RDY) == PWR_SVMSR_VDDA2… 402 …((__FLAG__) == PWR_FLAG_VDDA1RDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDA1RDY) == PWR_SVMSR_VDDA1… 403 …((__FLAG__) == PWR_FLAG_VDDIO2RDY) ? (READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDIO2RDY) == PWR_SVMSR_VDDIO… [all …]
|
D | stm32u5xx_ll_pwr.h | 2861 return (READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOS)); in LL_PWR_GetRegulCurrentVOS() 2933 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_REGS) == (PWR_SVMSR_REGS)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGULATOR() 2943 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_PVDO) == (PWR_SVMSR_PVDO)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_PVDO() 2954 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY) == (PWR_SVMSR_ACTVOSRDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_ACTVOS() 2964 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDUSBRDY) == (PWR_SVMSR_VDDUSBRDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VDDUSB() 2974 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDIO2RDY) == (PWR_SVMSR_VDDIO2RDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VDDIO2() 2985 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDA1RDY) == (PWR_SVMSR_VDDA1RDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VDDA1() 2996 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_VDDA2RDY) == (PWR_SVMSR_VDDA2RDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VDDA2()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_pwr_ex.c | 222 uint32_t vos_old = READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOS); in HAL_PWREx_ControlVoltageScaling() 249 while ((HAL_IS_BIT_CLR(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY)) && (timeout != 0U)) in HAL_PWREx_ControlVoltageScaling() 269 return (PWR->SVMSR & PWR_SVMSR_ACTVOS); in HAL_PWREx_GetVoltageRange() 298 while (HAL_IS_BIT_SET(PWR->SVMSR, PWR_SVMSR_REGS) && (timeout != 0U)) in HAL_PWREx_ConfigSupply() 310 while (HAL_IS_BIT_CLR(PWR->SVMSR, PWR_SVMSR_REGS) && (timeout != 0U)) in HAL_PWREx_ConfigSupply() 331 return (PWR->SVMSR & PWR_SVMSR_REGS); in HAL_PWREx_GetSupplyConfig()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_pwr.h | 399 … ((__FLAG__) == PWR_FLAG_ACTVOSRDY) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY)== \ 401 … ((__FLAG__) == PWR_FLAG_PVDO) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_PVDO)== \ 403 … ((__FLAG__) == PWR_FLAG_REGS) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_REGS)== \ 432 … ((__FLAG__) == PWR_FLAG_ACTVOSRDY) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY)== \ 434 … ((__FLAG__) == PWR_FLAG_PVDO) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_PVDO)== \ 462 … ((__FLAG__) == PWR_FLAG_ACTVOSRDY) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY)== \ 464 … ((__FLAG__) == PWR_FLAG_PVDO) ?(READ_BIT(PWR->SVMSR, PWR_SVMSR_PVDO)== \
|
D | stm32wbaxx_ll_pwr.h | 1209 return (READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOS)); in LL_PWR_GetRegulCurrentVOS() 1403 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_REGS) == (PWR_SVMSR_REGS)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_REGULATOR() 1414 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_PVDO) == (PWR_SVMSR_PVDO)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_PVDO() 1425 return ((READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY) == (PWR_SVMSR_ACTVOSRDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_ACTVOS()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pwr_ex.c | 349 vos_old = READ_BIT(PWR->SVMSR, PWR_SVMSR_ACTVOS); in HAL_PWREx_ControlVoltageScaling() 390 while ((HAL_IS_BIT_CLR(PWR->SVMSR, PWR_SVMSR_ACTVOSRDY)) && (timeout != 0U)) in HAL_PWREx_ControlVoltageScaling() 411 return (PWR->SVMSR & PWR_SVMSR_ACTVOS); in HAL_PWREx_GetVoltageRange() 440 while (HAL_IS_BIT_SET(PWR->SVMSR, PWR_SVMSR_REGS) && (timeout != 0U)) in HAL_PWREx_ConfigSupply() 452 while (HAL_IS_BIT_CLR(PWR->SVMSR, PWR_SVMSR_REGS) && (timeout != 0U)) in HAL_PWREx_ConfigSupply() 473 return (PWR->SVMSR & PWR_SVMSR_REGS); in HAL_PWREx_GetSupplyConfig()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 511 …__IO uint32_t SVMSR; /*!< PWR supply voltage monitoring status register, Address off… member
|
D | stm32wba52xx.h | 604 …__IO uint32_t SVMSR; /*!< PWR supply voltage monitoring status register, Address off… member
|
D | stm32wba54xx.h | 631 …__IO uint32_t SVMSR; /*!< PWR supply voltage monitoring status register, Address off… member
|
D | stm32wba5mxx.h | 631 …__IO uint32_t SVMSR; /*!< PWR supply voltage monitoring status register, Address off… member
|
D | stm32wba55xx.h | 631 …__IO uint32_t SVMSR; /*!< PWR supply voltage monitoring status register, Address off… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 901 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
|
D | stm32u535xx.h | 835 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
|
D | stm32u575xx.h | 898 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
|
D | stm32u585xx.h | 965 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
|
D | stm32u595xx.h | 935 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
|
D | stm32u5a5xx.h | 1002 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
|
D | stm32u5f7xx.h | 1096 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
|
D | stm32u599xx.h | 1116 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
|
D | stm32u5g7xx.h | 1163 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
|
D | stm32u5f9xx.h | 1200 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
|
D | stm32u5a9xx.h | 1183 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
|
D | stm32u5g9xx.h | 1267 …__IO uint32_t SVMSR; /*!< Power supply voltage monitoring status register, Address offset: 0x… member
|