Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_pwr.h132 #define __HAL_PWR_CLEAR_FLAG(__FLAG__) (PWR->CR |= (__FLAG__) << 2U) macro
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_timebase_rtc_wakeup_template.c195 __HAL_PWR_CLEAR_FLAG(PWR_FLAG_WU); in HAL_InitTick()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_pwr.h216 #define __HAL_PWR_CLEAR_FLAG(__FLAG__) (PWR->CR1 |= (__FLAG__) << 2) macro

Completed in 4 milliseconds