STM32F439xx HAL User Manual
Defines
MONTH
RTC Exported Constants

Defines

#define LL_RTC_MONTH_JANUARY   ((uint8_t)0x01U)
#define LL_RTC_MONTH_FEBRUARY   ((uint8_t)0x02U)
#define LL_RTC_MONTH_MARCH   ((uint8_t)0x03U)
#define LL_RTC_MONTH_APRIL   ((uint8_t)0x04U)
#define LL_RTC_MONTH_MAY   ((uint8_t)0x05U)
#define LL_RTC_MONTH_JUNE   ((uint8_t)0x06U)
#define LL_RTC_MONTH_JULY   ((uint8_t)0x07U)
#define LL_RTC_MONTH_AUGUST   ((uint8_t)0x08U)
#define LL_RTC_MONTH_SEPTEMBER   ((uint8_t)0x09U)
#define LL_RTC_MONTH_OCTOBER   ((uint8_t)0x10U)
#define LL_RTC_MONTH_NOVEMBER   ((uint8_t)0x11U)
#define LL_RTC_MONTH_DECEMBER   ((uint8_t)0x12U)

Define Documentation

#define LL_RTC_MONTH_APRIL   ((uint8_t)0x04U)

April

Definition at line 307 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_MONTH_AUGUST   ((uint8_t)0x08U)

August

Definition at line 311 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_MONTH_DECEMBER   ((uint8_t)0x12U)

December

Definition at line 315 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_MONTH_FEBRUARY   ((uint8_t)0x02U)

February

Definition at line 305 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_MONTH_JANUARY   ((uint8_t)0x01U)

January

Definition at line 304 of file stm32f4xx_ll_rtc.h.

Referenced by LL_RTC_DATE_StructInit().

#define LL_RTC_MONTH_JULY   ((uint8_t)0x07U)

July

Definition at line 310 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_MONTH_JUNE   ((uint8_t)0x06U)

June

Definition at line 309 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_MONTH_MARCH   ((uint8_t)0x03U)

March

Definition at line 306 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_MONTH_MAY   ((uint8_t)0x05U)

May

Definition at line 308 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_MONTH_NOVEMBER   ((uint8_t)0x11U)

November

Definition at line 314 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_MONTH_OCTOBER   ((uint8_t)0x10U)

October

Definition at line 313 of file stm32f4xx_ll_rtc.h.

#define LL_RTC_MONTH_SEPTEMBER   ((uint8_t)0x09U)

September

Definition at line 312 of file stm32f4xx_ll_rtc.h.