HAL + 0/1 examples
CodeScope will show references to LL_RTC_DATE_Init() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
RTC
 
Symbols
loading...
Files
loading...

LL_RTC_DATE_Init() function

Set the RTC current date.

Syntax

ErrorStatus LL_RTC_DATE_Init(RTC_TypeDef *RTCx,     uint32_t RTC_Format,     LL_RTC_DateTypeDef *RTC_DateStruct);
Implemented in stm32f4xx_ll_rtc.c:354

Arguments

RTCx

RTC Instance

RTC_Format

This parameter can be one of the following values: @arg LL_RTC_FORMAT_BIN @arg LL_RTC_FORMAT_BCD

RTC_DateStruct

pointer to a RTC_DateTypeDef structure that contains the date configuration information for the RTC.

Return value

An ErrorStatus enumeration value: - SUCCESS: RTC Day register is configured - ERROR: RTC Day register is not configured

Examples

LL_RTC_DATE_Init() is referenced by 1 libraries and example projects.

Call Tree

Data read by LL_RTC_DATE_Init()
Data written by LL_RTC_DATE_Init()
LL_RTC_DATE_Init()
LL_RTC_DATE_Init()::status
all items filtered out
Type of LL_RTC_DATE_Init()
LL_RTC_DATE_Init()
all items filtered out