Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_pwr.h150 #define PWR_FLAG_18R ((uint8_t)0x0FU) macro
206 ((__FLAG__) == PWR_FLAG_18R)?((PWR->CR3 & PWR_CR3_REG18RDY) == PWR_CR3_REG18RDY) : \
222 ((__FLAG__) == PWR_FLAG_18R)?((PWR->CR3 & PWR_CR3_REG18RDY) == PWR_CR3_REG18RDY) : \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr_ex.c345 while (__HAL_PWR_GET_FLAG(PWR_FLAG_18R) == RESET) in HAL_PWREx_Enable1V8Reg()
371 while (__HAL_PWR_GET_FLAG(PWR_FLAG_18R) != RESET) in HAL_PWREx_Disable1V8Reg()