Defines | |
#define | RCC_RTCCLKSource_LSE ((uint32_t)0x00000100) |
#define | RCC_RTCCLKSource_LSI ((uint32_t)0x00000200) |
#define | RCC_RTCCLKSource_HSE_Div128 ((uint32_t)0x00000300) |
#define | IS_RCC_RTCCLK_SOURCE(SOURCE) |
#define RCC_RTCCLKSource_LSE ((uint32_t)0x00000100) |
#define RCC_RTCCLKSource_LSI ((uint32_t)0x00000200) |
#define RCC_RTCCLKSource_HSE_Div128 ((uint32_t)0x00000300) |
Referenced by Stm32RtcInit().
#define IS_RCC_RTCCLK_SOURCE | ( | SOURCE | ) |
(((SOURCE) == RCC_RTCCLKSource_LSE) || \ ((SOURCE) == RCC_RTCCLKSource_LSI) || \ ((SOURCE) == RCC_RTCCLKSource_HSE_Div128))
Referenced by RCC_RTCCLKConfig().