Searched refs:PWR_FLAG_ODRDY (Results 1 – 3 of 3) sorted by relevance
151 #define PWR_FLAG_ODRDY PWR_CSR_ODRDY macro160 ((FLAG) == PWR_FLAG_VOSRDY) || ((FLAG) == PWR_FLAG_ODRDY) || \
277 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()
100 #define PWR_FLAG_ODRDY PWR_CSR1_ODRDY macro
Completed in 5 milliseconds