Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_rcc.h176 #define RCC_RTCCLKSource_LSE ((uint32_t)0x00000100) macro
208 #define IS_RCC_RTCCLK_SOURCE(SOURCE) (((SOURCE) == RCC_RTCCLKSource_LSE) || \
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_rcc.h455 #define RCC_RTCCLKSource_LSE ((uint32_t)0x00000100) macro
458 #define IS_RCC_RTCCLK_SOURCE(SOURCE) (((SOURCE) == RCC_RTCCLKSource_LSE) || \
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_rcc.h239 #define RCC_RTCCLKSource_LSE ((uint32_t)0x00000100) macro
271 #define IS_RCC_RTCCLK_SOURCE(SOURCE) (((SOURCE) == RCC_RTCCLKSource_LSE) || \

Completed in 8 milliseconds