Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_pwr.h108 #define PWR_FLAG_BRR PWR_CSR_BRR macro
111 ((FLAG) == PWR_FLAG_PVDO) || ((FLAG) == PWR_FLAG_BRR))
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_pwr.h149 #define PWR_FLAG_BRR PWR_CSR_BRR macro
159 ((FLAG) == PWR_FLAG_PVDO) || ((FLAG) == PWR_FLAG_BRR) || \
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_pwr_ex.c164 while (__HAL_PWR_GET_FLAG(PWR_FLAG_BRR) == RESET) { in HAL_PWREx_EnableBkUpReg()
187 while (__HAL_PWR_GET_FLAG(PWR_FLAG_BRR) != RESET) { in HAL_PWREx_DisableBkUpReg()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_pwr.h157 #define PWR_FLAG_BRR PWR_CSR1_BRR macro

Completed in 4 milliseconds