STM32F1 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F1 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Groups
RTC_clock_source

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

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