Home
last modified time | relevance | path

Searched refs:PWR_FLAG_11R (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_pwr.h149 #define PWR_FLAG_11R ((uint8_t)0x0EU) macro
205 ((__FLAG__) == PWR_FLAG_11R)?((PWR->CR3 & PWR_CR3_REG11RDY) == PWR_CR3_REG11RDY) : \
221 ((__FLAG__) == PWR_FLAG_11R)?((PWR->CR3 & PWR_CR3_REG11RDY) == PWR_CR3_REG11RDY) : \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr_ex.c292 while (__HAL_PWR_GET_FLAG(PWR_FLAG_11R) == RESET) in HAL_PWREx_Enable1V1Reg()
319 while (__HAL_PWR_GET_FLAG(PWR_FLAG_11R) != RESET) in HAL_PWREx_Disable1V1Reg()