Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_pwr_ex.c270 while(!__HAL_PWR_GET_FLAG(PWR_FLAG_ODRDY)) in HAL_PWREx_EnableOverDrive()
330 while(__HAL_PWR_GET_FLAG(PWR_FLAG_ODRDY)) in HAL_PWREx_DisableOverDrive()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_pwr_ex.c425 while(!__HAL_PWR_GET_FLAG(PWR_FLAG_ODRDY)) in HAL_PWREx_EnableOverDrive()
486 while(__HAL_PWR_GET_FLAG(PWR_FLAG_ODRDY)) in HAL_PWREx_DisableOverDrive()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_pwr_ex.h81 #define PWR_FLAG_ODRDY PWR_CSR1_ODRDY macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pwr_ex.h57 #define PWR_FLAG_ODRDY PWR_CSR_ODRDY macro