STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
RCC_RTC_Clock_Source

Macros

#define RCC_RTCCLKSource_LSE   RCC_BDCR_RTCSEL_LSE
 
#define RCC_RTCCLKSource_LSI   RCC_BDCR_RTCSEL_LSI
 
#define RCC_RTCCLKSource_HSE_Div32   RCC_BDCR_RTCSEL_HSE
 
#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_Div32))