STM32F103xB HAL User Manual
Defines
RTC Private Macros
RTC

Defines

#define IS_LL_RTC_ASYNCH_PREDIV(__VALUE__)   ((__VALUE__) <= 0xFFFFFU)
#define IS_LL_RTC_FORMAT(__VALUE__)
#define IS_LL_RTC_HOUR24(__HOUR__)   ((__HOUR__) <= 23U)
#define IS_LL_RTC_MINUTES(__MINUTES__)   ((__MINUTES__) <= 59U)
#define IS_LL_RTC_SECONDS(__SECONDS__)   ((__SECONDS__) <= 59U)
#define IS_LL_RTC_CALIB_OUTPUT(__OUTPUT__)

Define Documentation

#define IS_LL_RTC_ASYNCH_PREDIV (   __VALUE__)    ((__VALUE__) <= 0xFFFFFU)

Definition at line 62 of file stm32f1xx_ll_rtc.c.

Referenced by LL_RTC_Init().

#define IS_LL_RTC_CALIB_OUTPUT (   __OUTPUT__)
Value:
(((__OUTPUT__) == LL_RTC_CALIB_OUTPUT_NONE) || \
                                            ((__OUTPUT__) == LL_RTC_CALIB_OUTPUT_RTCCLOCK) || \
                                            ((__OUTPUT__) == LL_RTC_CALIB_OUTPUT_ALARM) || \
                                            ((__OUTPUT__) == LL_RTC_CALIB_OUTPUT_SECOND))

Definition at line 70 of file stm32f1xx_ll_rtc.c.

Referenced by LL_RTC_Init().

#define IS_LL_RTC_FORMAT (   __VALUE__)
Value:
(((__VALUE__) == LL_RTC_FORMAT_BIN) \
                                  || ((__VALUE__) == LL_RTC_FORMAT_BCD))

Definition at line 64 of file stm32f1xx_ll_rtc.c.

Referenced by LL_RTC_ALARM_Init(), and LL_RTC_TIME_Init().

#define IS_LL_RTC_HOUR24 (   __HOUR__)    ((__HOUR__) <= 23U)

Definition at line 67 of file stm32f1xx_ll_rtc.c.

Referenced by LL_RTC_ALARM_Init(), and LL_RTC_TIME_Init().

#define IS_LL_RTC_MINUTES (   __MINUTES__)    ((__MINUTES__) <= 59U)

Definition at line 68 of file stm32f1xx_ll_rtc.c.

Referenced by LL_RTC_ALARM_Init(), and LL_RTC_TIME_Init().

#define IS_LL_RTC_SECONDS (   __SECONDS__)    ((__SECONDS__) <= 59U)

Definition at line 69 of file stm32f1xx_ll_rtc.c.

Referenced by LL_RTC_ALARM_Init(), and LL_RTC_TIME_Init().