Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_pwr_ex.h83 #define PWR_FLAG_UDRDY PWR_CSR1_UDRDY macro
147 #define __HAL_PWR_CLEAR_ODRUDR_FLAG() (PWR->CSR1 |= (PWR_FLAG_UDRDY | PWR_CSR1_EIWUP))
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_pwr_ex.h59 #define PWR_FLAG_UDRDY PWR_CSR_UDSWRDY macro
188 #define __HAL_PWR_CLEAR_ODRUDR_FLAG() (PWR->CSR |= PWR_FLAG_UDRDY)
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_pwr_ex.c400 while(__HAL_PWR_GET_FLAG(PWR_FLAG_UDRDY)) in HAL_PWREx_EnterUnderDriveSTOPMode()