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

LL_RTC_ALMA_StructInit() function

Set each LL_RTC_AlarmTypeDef of ALARMA field to default value (Time = 00h:00mn:00sec / Day = 1st day of the month/Mask = all fields are masked).

Syntax

void LL_RTC_ALMA_StructInit(LL_RTC_AlarmTypeDef *RTC_AlarmStruct);
Implemented in stm32f4xx_ll_rtc.c:672

Arguments

RTC_AlarmStruct

pointer to a LL_RTC_AlarmTypeDef structure which will be initialized.

Return value

None