HAL
LL_RTC_DATE_StructInit() is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_RTC_DATE_StructInit() function

Set each LL_RTC_DateTypeDef field to default value (date = Monday, January 01 xx00)

Syntax

void LL_RTC_DATE_StructInit(LL_RTC_DateTypeDef *RTC_DateStruct);
Implemented in stm32f4xx_ll_rtc.c:421

Arguments

RTC_DateStruct

pointer to a LL_RTC_DateTypeDef structure which will be initialized.

Return value

None

References

LocationText
stm32f4xx_ll_rtc.c:421
void LL_RTC_DATE_StructInit(LL_RTC_DateTypeDef *RTC_DateStruct)
stm32f4xx_ll_rtc.h:3631
void LL_RTC_DATE_StructInit(LL_RTC_DateTypeDef *RTC_DateStruct);

Data Use

Data read by LL_RTC_DATE_StructInit()
Data written by LL_RTC_DATE_StructInit()
LL_RTC_DATE_StructInit()