STM32H735xx HAL User Manual
Defines
MONTH
RTC Exported Constants

Defines

#define LL_RTC_MONTH_JANUARY   (uint8_t)0x01
#define LL_RTC_MONTH_FEBRUARY   (uint8_t)0x02
#define LL_RTC_MONTH_MARCH   (uint8_t)0x03
#define LL_RTC_MONTH_APRIL   (uint8_t)0x04
#define LL_RTC_MONTH_MAY   (uint8_t)0x05
#define LL_RTC_MONTH_JUNE   (uint8_t)0x06
#define LL_RTC_MONTH_JULY   (uint8_t)0x07
#define LL_RTC_MONTH_AUGUST   (uint8_t)0x08
#define LL_RTC_MONTH_SEPTEMBER   (uint8_t)0x09
#define LL_RTC_MONTH_OCTOBER   (uint8_t)0x10
#define LL_RTC_MONTH_NOVEMBER   (uint8_t)0x11
#define LL_RTC_MONTH_DECEMBER   (uint8_t)0x12

Define Documentation

#define LL_RTC_MONTH_APRIL   (uint8_t)0x04

April

Definition at line 321 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_MONTH_AUGUST   (uint8_t)0x08

August

Definition at line 325 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_MONTH_DECEMBER   (uint8_t)0x12

December

Definition at line 329 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_MONTH_FEBRUARY   (uint8_t)0x02

February

Definition at line 319 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_MONTH_JANUARY   (uint8_t)0x01

January

Definition at line 318 of file stm32h7xx_ll_rtc.h.

Referenced by LL_RTC_DATE_StructInit().

#define LL_RTC_MONTH_JULY   (uint8_t)0x07

July

Definition at line 324 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_MONTH_JUNE   (uint8_t)0x06

June

Definition at line 323 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_MONTH_MARCH   (uint8_t)0x03

March

Definition at line 320 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_MONTH_MAY   (uint8_t)0x05

May

Definition at line 322 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_MONTH_NOVEMBER   (uint8_t)0x11

November

Definition at line 328 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_MONTH_OCTOBER   (uint8_t)0x10

October

Definition at line 327 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_MONTH_SEPTEMBER   (uint8_t)0x09

September

Definition at line 326 of file stm32h7xx_ll_rtc.h.