STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
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))