STM32L443xx 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 300 of file stm32l4xx_ll_rtc.h.
#define LL_RTC_WEEKDAY_MONDAY (uint8_t)0x01 |
#define LL_RTC_WEEKDAY_SATURDAY (uint8_t)0x06 |
Saturday
Definition at line 301 of file stm32l4xx_ll_rtc.h.
#define LL_RTC_WEEKDAY_SUNDAY (uint8_t)0x07 |
Sunday
Definition at line 302 of file stm32l4xx_ll_rtc.h.
#define LL_RTC_WEEKDAY_THURSDAY (uint8_t)0x04 |
Thrusday
Definition at line 299 of file stm32l4xx_ll_rtc.h.
#define LL_RTC_WEEKDAY_TUESDAY (uint8_t)0x02 |
Tuesday
Definition at line 297 of file stm32l4xx_ll_rtc.h.
#define LL_RTC_WEEKDAY_WEDNESDAY (uint8_t)0x03 |
Wednesday
Definition at line 298 of file stm32l4xx_ll_rtc.h.