Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_pwr.h151 #define PWR_FLAG_ODRDY PWR_CSR_ODRDY macro
160 ((FLAG) == PWR_FLAG_VOSRDY) || ((FLAG) == PWR_FLAG_ODRDY) || \
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_pwr_ex.c277 while (!__HAL_PWR_GET_FLAG(PWR_FLAG_ODRDY)) { in HAL_PWREx_EnableOverDrive()
331 while (__HAL_PWR_GET_FLAG(PWR_FLAG_ODRDY)) { in HAL_PWREx_DisableOverDrive()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_pwr_ex.h100 #define PWR_FLAG_ODRDY PWR_CSR1_ODRDY macro

Completed in 5 milliseconds