|
STM32H735xx HAL User Manual
|
Defines | |
| #define | LL_RTC_WEEKDAY_MONDAY (uint8_t)0x01 |
| #define | LL_RTC_WEEKDAY_TUESDAY (uint8_t)0x02 |
| #define | LL_RTC_WEEKDAY_WEDNESDAY (uint8_t)0x03 |
| #define | LL_RTC_WEEKDAY_THURSDAY (uint8_t)0x04 |
| #define | LL_RTC_WEEKDAY_FRIDAY (uint8_t)0x05 |
| #define | LL_RTC_WEEKDAY_SATURDAY (uint8_t)0x06 |
| #define | LL_RTC_WEEKDAY_SUNDAY (uint8_t)0x07 |
| #define LL_RTC_WEEKDAY_FRIDAY (uint8_t)0x05 |
Friday
Definition at line 308 of file stm32h7xx_ll_rtc.h.
| #define LL_RTC_WEEKDAY_MONDAY (uint8_t)0x01 |
| #define LL_RTC_WEEKDAY_SATURDAY (uint8_t)0x06 |
Saturday
Definition at line 309 of file stm32h7xx_ll_rtc.h.
| #define LL_RTC_WEEKDAY_SUNDAY (uint8_t)0x07 |
Sunday
Definition at line 310 of file stm32h7xx_ll_rtc.h.
| #define LL_RTC_WEEKDAY_THURSDAY (uint8_t)0x04 |
Thrusday
Definition at line 307 of file stm32h7xx_ll_rtc.h.
| #define LL_RTC_WEEKDAY_TUESDAY (uint8_t)0x02 |
Tuesday
Definition at line 305 of file stm32h7xx_ll_rtc.h.
| #define LL_RTC_WEEKDAY_WEDNESDAY (uint8_t)0x03 |
Wednesday
Definition at line 306 of file stm32h7xx_ll_rtc.h.
1.7.6.1