STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
RTC_AlarmDateWeekDay_Definitions

Macros

#define RTC_AlarmDateWeekDaySel_Date   ((uint32_t)0x00000000)
 
#define RTC_AlarmDateWeekDaySel_WeekDay   ((uint32_t)0x40000000)
 
#define IS_RTC_ALARM_DATE_WEEKDAY_SEL(SEL)
 

Detailed Description

Macro Definition Documentation

#define IS_RTC_ALARM_DATE_WEEKDAY_SEL (   SEL)
Value:
(((SEL) == RTC_AlarmDateWeekDaySel_Date) || \
((SEL) == RTC_AlarmDateWeekDaySel_WeekDay))