MG32F157 Standard Peripherals Firmware Library
Macros

Macros

#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)
 

Detailed Description

Macro Definition Documentation

◆ IS_RCC_RTCCLK_SOURCE

#define IS_RCC_RTCCLK_SOURCE (   SOURCE)
Value:
(((SOURCE) == RCC_RTCCLKSource_LSE) || \
((SOURCE) == RCC_RTCCLKSource_LSI) || \
((SOURCE) == RCC_RTCCLKSource_HSE_Div128))