RTC_Output_Type_ALARM_OUT
[RTC_Exported_Constants]

Defines

#define RTC_OutputType_OpenDrain   ((uint32_t)0x00000000)
#define RTC_OutputType_PushPull   ((uint32_t)0x00040000)
#define IS_RTC_OUTPUT_TYPE(TYPE)

Define Documentation

#define IS_RTC_OUTPUT_TYPE ( TYPE   ) 
Value:
(((TYPE) == RTC_OutputType_OpenDrain) || \
                                  ((TYPE) == RTC_OutputType_PushPull))
Generated on Fri Jun 22 00:58:29 2012 for STM32F4xx_StdPeriph_Driver by  doxygen 1.6.3