RTC_Digital_Calibration_Definitions
[RTC_Exported_Constants]

Defines

#define RTC_CalibSign_Positive   ((uint32_t)0x00000000)
#define RTC_CalibSign_Negative   ((uint32_t)0x00000080)
#define IS_RTC_CALIB_SIGN(SIGN)
#define IS_RTC_CALIB_VALUE(VALUE)   ((VALUE) < 0x20)

Define Documentation

#define IS_RTC_CALIB_SIGN ( SIGN   ) 
Value:
(((SIGN) == RTC_CalibSign_Positive) || \
                                 ((SIGN) == RTC_CalibSign_Negative))
Generated on Fri Jun 22 00:58:29 2012 for STM32F4xx_StdPeriph_Driver by  doxygen 1.6.3