STM32L443xx HAL User Manual
|
RTC Date structure definition. More...
#include <stm32l4xx_ll_rtc.h>
Data Fields | |
uint8_t | WeekDay |
uint8_t | Month |
uint8_t | Day |
uint8_t | Year |
RTC Date structure definition.
Definition at line 136 of file stm32l4xx_ll_rtc.h.
uint8_t LL_RTC_DateTypeDef::Day |
Specifies the RTC Date Day. This parameter must be a number between Min_Data = 1 and Max_Data = 31
This feature can be modified afterwards using unitary function LL_RTC_DATE_SetDay().
Definition at line 148 of file stm32l4xx_ll_rtc.h.
Referenced by LL_RTC_DATE_Init(), and LL_RTC_DATE_StructInit().
uint8_t LL_RTC_DateTypeDef::Month |
Specifies the RTC Date Month. This parameter can be a value of MONTH
This feature can be modified afterwards using unitary function LL_RTC_DATE_SetMonth().
Definition at line 143 of file stm32l4xx_ll_rtc.h.
Referenced by LL_RTC_DATE_Init(), and LL_RTC_DATE_StructInit().
uint8_t LL_RTC_DateTypeDef::WeekDay |
Specifies the RTC Date WeekDay. This parameter can be a value of WEEK DAY
This feature can be modified afterwards using unitary function LL_RTC_DATE_SetWeekDay().
Definition at line 138 of file stm32l4xx_ll_rtc.h.
Referenced by LL_RTC_DATE_Init(), and LL_RTC_DATE_StructInit().
uint8_t LL_RTC_DateTypeDef::Year |
Specifies the RTC Date Year. This parameter must be a number between Min_Data = 0 and Max_Data = 99
This feature can be modified afterwards using unitary function LL_RTC_DATE_SetYear().
Definition at line 153 of file stm32l4xx_ll_rtc.h.
Referenced by LL_RTC_DATE_Init(), and LL_RTC_DATE_StructInit().