Searched refs:RCC_RTCCLKSource_LSE (Results 1 – 3 of 3) sorted by relevance
176 #define RCC_RTCCLKSource_LSE ((uint32_t)0x00000100) macro208 #define IS_RCC_RTCCLK_SOURCE(SOURCE) (((SOURCE) == RCC_RTCCLKSource_LSE) || \
455 #define RCC_RTCCLKSource_LSE ((uint32_t)0x00000100) macro458 #define IS_RCC_RTCCLK_SOURCE(SOURCE) (((SOURCE) == RCC_RTCCLKSource_LSE) || \
239 #define RCC_RTCCLKSource_LSE ((uint32_t)0x00000100) macro271 #define IS_RCC_RTCCLK_SOURCE(SOURCE) (((SOURCE) == RCC_RTCCLKSource_LSE) || \
Completed in 21 milliseconds