Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_pwr.h151 #define PWR_FLAG_USB ((uint8_t)0x10U) macro
207 ((__FLAG__) == PWR_FLAG_USB)?((PWR->CR3 & PWR_CR3_USB33RDY) == PWR_CR3_USB33RDY) : \
223 ((__FLAG__) == PWR_FLAG_USB)?((PWR->CR3 & PWR_CR3_USB33RDY) == PWR_CR3_USB33RDY) : \
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_pwr_ex.c397 while (__HAL_PWR_GET_FLAG(PWR_FLAG_USB) == RESET) in HAL_PWREx_EnableUSBVoltageDetector()
422 while (__HAL_PWR_GET_FLAG(PWR_FLAG_USB) != RESET) in HAL_PWREx_DisableUSBVoltageDetector()