Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_pwr.h152 #define PWR_FLAG_ODSWRDY PWR_CSR_ODSWRDY macro
161 ((FLAG) == PWR_FLAG_ODSWRDY) || ((FLAG) == PWR_FLAG_UDRDY))
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_pwr_ex.c289 while (!__HAL_PWR_GET_FLAG(PWR_FLAG_ODSWRDY)) { in HAL_PWREx_EnableOverDrive()
319 while (__HAL_PWR_GET_FLAG(PWR_FLAG_ODSWRDY)) { in HAL_PWREx_DisableOverDrive()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_pwr_ex.h101 #define PWR_FLAG_ODSWRDY PWR_CSR1_ODSWRDY macro

Completed in 4 milliseconds