RTC_Input_parameter_format_definitions
[RTC_Exported_Constants]

Defines

#define RTC_Format_BIN   ((uint32_t)0x000000000)
#define RTC_Format_BCD   ((uint32_t)0x000000001)
#define IS_RTC_FORMAT(FORMAT)   (((FORMAT) == RTC_Format_BIN) || ((FORMAT) == RTC_Format_BCD))
Generated on Fri Jun 22 00:58:29 2012 for STM32F4xx_StdPeriph_Driver by  doxygen 1.6.3