HAL
LL_RTC_ALMA_StructInit()
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
LL_RTC_ALMA_StructInit()
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
Show:
Summary
Declaration
Definition
from
stm32f4xx_ll_rtc.h:3634
void
LL_RTC_ALMA_StructInit
(
LL_RTC_AlarmTypeDef
*
RTC_AlarmStruct
)
;
Implemented in
stm32f4xx_ll_rtc.c:672
Arguments
Argument
Description
RTC_AlarmStruct
pointer to a
LL_RTC_AlarmTypeDef
structure which will be initialized.
Return value
None
Related Functions
Found 3 other functions taking a
LL_RTC_AlarmTypeDef
argument:
Function
Description
LL_RTC_ALMA_Init()
Set the RTC Alarm A.
LL_RTC_ALMB_Init()
Set the RTC Alarm B.
LL_RTC_ALMB_StructInit()
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).
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out