HAL + 0/1 examples
SourceVu will show references to LL_RTC_DateTypeDef from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
RTC
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint8_t
Specifies the RTC Date WeekDay. This parameter can be a value of RTC_LL_EC_WEEKDAY This feature can be modified afterwards using unitary function LL_RTC_DATE_SetWeekDay().
uint8_t
Specifies the RTC Date Month. This parameter can be a value of RTC_LL_EC_MONTH This feature can be modified afterwards using unitary function LL_RTC_DATE_SetMonth().
uint8_t
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().
uint8_t
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().

References

from examples