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

Macros

#define RTC_HourFormat_24   ((uint32_t)0x00000000)
 
#define RTC_HourFormat_12   ((uint32_t)0x00000040)
 
#define IS_RTC_HOUR_FORMAT(FORMAT)
 

Detailed Description

Macro Definition Documentation

#define IS_RTC_HOUR_FORMAT (   FORMAT)
Value:
(((FORMAT) == RTC_HourFormat_12) || \
((FORMAT) == RTC_HourFormat_24))