Home
last modified time | relevance | path

Searched refs:PWR_FLAG_ACTVOS (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_pwr.h177 #define PWR_FLAG_ACTVOS (0x0020U) /*!< Programmable vo… macro
280 … ((__FLAG__) == PWR_FLAG_ACTVOS) ? ((PWR->SR1 & PWR_SR1_ACTVOS) == PWR_SR1_ACTVOS) : \
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_pwr.h245 #define PWR_FLAG_ACTVOS (0x0050U) /*!< Programmable vo… macro
337 …((__FLAG__) == PWR_FLAG_ACTVOS) ? ((PWR->VOSCR & PWR_VOSCR_ACTVOS) == PWR_VOSCR_ACTVOS) …
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_pwr.h172 #define PWR_FLAG_ACTVOS (0x0EU) macro