CARME-M4 BSP  V1.5
RTC_TimeStamp_Pin_Selection
+ Collaboration diagram for RTC_TimeStamp_Pin_Selection:

Macros

#define RTC_TimeStampPin_PC13   ((uint32_t)0x00000000)
 
#define RTC_TimeStampPin_PI8   ((uint32_t)0x00020000)
 
#define IS_RTC_TIMESTAMP_PIN(PIN)
 

Detailed Description

Macro Definition Documentation

#define IS_RTC_TIMESTAMP_PIN (   PIN)
Value:
(((PIN) == RTC_TimeStampPin_PC13) || \
((PIN) == RTC_TimeStampPin_PI8))

Definition at line 655 of file stm32f4xx_rtc.h.