Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_pwr_ex.c284 while(!__HAL_PWR_GET_FLAG(PWR_FLAG_ODSWRDY)) in HAL_PWREx_EnableOverDrive()
316 while(__HAL_PWR_GET_FLAG(PWR_FLAG_ODSWRDY)) in HAL_PWREx_DisableOverDrive()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pwr_ex.c439 while(!__HAL_PWR_GET_FLAG(PWR_FLAG_ODSWRDY)) in HAL_PWREx_EnableOverDrive()
472 while(__HAL_PWR_GET_FLAG(PWR_FLAG_ODSWRDY)) in HAL_PWREx_DisableOverDrive()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_pwr_ex.h82 #define PWR_FLAG_ODSWRDY PWR_CSR1_ODSWRDY macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pwr_ex.h58 #define PWR_FLAG_ODSWRDY PWR_CSR_ODSWRDY macro