RTC_Hour_Formats
[RTC_Exported_Constants]

Defines

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

Define Documentation

#define IS_RTC_HOUR_FORMAT ( FORMAT   ) 
Value:
(((FORMAT) == RTC_HourFormat_12) || \
                                        ((FORMAT) == RTC_HourFormat_24))
Generated on Fri Jun 22 00:58:29 2012 for STM32F4xx_StdPeriph_Driver by  doxygen 1.6.3