Searched refs:VMSR (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_pwr.h | 321 …((__FLAG__) == PWR_FLAG_AVDO) ? (READ_BIT(PWR->VMSR, PWR_VMSR_AVDO) == PWR_VMSR_AV… 322 …((__FLAG__) == PWR_FLAG_VDDIO2RDY) ? (READ_BIT(PWR->VMSR, PWR_VMSR_VDDIO2RDY) == PWR_VMSR_VD… 323 …((__FLAG__) == PWR_FLAG_PVDO) ? (READ_BIT(PWR->VMSR, PWR_VMSR_PVDO) == PWR_VMSR_PV… 324 …((__FLAG__) == PWR_FLAG_USB33RDY) ? (READ_BIT(PWR->VMSR, PWR_VMSR_USB33RDY) == PWR_VMSR_US… 344 …((__FLAG__) == PWR_FLAG_AVDO) ? (READ_BIT(PWR->VMSR, PWR_VMSR_AVDO) == PWR_VMSR_AV… 345 …((__FLAG__) == PWR_FLAG_VDDIO2RDY) ? (READ_BIT(PWR->VMSR, PWR_VMSR_VDDIO2RDY) == PWR_VMSR_VD… 346 …((__FLAG__) == PWR_FLAG_PVDO) ? (READ_BIT(PWR->VMSR, PWR_VMSR_PVDO) == PWR_VMSR_PV…
|
D | stm32h5xx_ll_pwr.h | 1566 return ((READ_BIT(PWR->VMSR, PWR_VMSR_PVDO) == (PWR_VMSR_PVDO)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_PVDO() 1576 return ((READ_BIT(PWR->VMSR, PWR_VMSR_AVDO) == (PWR_VMSR_AVDO)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_AVDO() 1598 return ((READ_BIT(PWR->VMSR, PWR_VMSR_USB33RDY) == (PWR_VMSR_USB33RDY)) ? 1UL : 0UL); in LL_PWR_IsActiveFlag_VDDUSB()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 672 …__IO uint32_t VMSR; /*!< Status Register Voltage Monitoring, Address offset: 0x3C … member
|
D | stm32h523xx.h | 835 …__IO uint32_t VMSR; /*!< Status Register Voltage Monitoring, Address offset: 0x3C … member
|
D | stm32h562xx.h | 882 …__IO uint32_t VMSR; /*!< Status Register Voltage Monitoring, Address offset: 0x3C … member
|
D | stm32h533xx.h | 899 …__IO uint32_t VMSR; /*!< Status Register Voltage Monitoring, Address offset: 0x3C … member
|
D | stm32h573xx.h | 1124 …__IO uint32_t VMSR; /*!< Status Register Voltage Monitoring, Address offset: 0x3C … member
|
D | stm32h563xx.h | 1060 …__IO uint32_t VMSR; /*!< Status Register Voltage Monitoring, Address offset: 0x3C … member
|