HAL + 0/34 examples
CodeScope will show references to HAL_RTC_SetDate() from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Examples
RTC
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
Examples
RTC
STM324xG_EVAL
Demonstrations
Examples
RTC
STM32F412G-Discovery
Demonstrations
Examples
RTC
STM32F413H-Discovery
Demonstrations
Examples
RTC
STM32F429I-Discovery
Demonstrations
STM32446E-Nucleo
Examples
RTC
STM324x9I_EVAL
Demonstrations
STemWin
Examples
RTC
STM32F410xx-Nucleo
Examples
RTC
STM32F411RE-Nucleo
Examples
RTC
STM32F412ZG-Nucleo
Examples
RTC
STM32F413ZH-Nucleo
Examples
RTC
STM32F429ZI-Nucleo
Applications
NetXDuo
Examples
RTC
STM32F446ZE-Nucleo
Examples
RTC
 
Symbols
loading...
Files
loading...

HAL_RTC_SetDate() function

Sets RTC current date.

Syntax

HAL_StatusTypeDef HAL_RTC_SetDate(RTC_HandleTypeDef *hrtc,     RTC_DateTypeDef *sDate,     uint32_t Format);
Implemented in stm32f4xx_hal_rtc.c:857

Arguments

hrtc

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

sDate

Pointer to date structure

Format

specifies the format of the entered parameters. This parameter can be one of the following values: @arg RTC_FORMAT_BIN: Binary data format @arg RTC_FORMAT_BCD: BCD data format

Return value

HAL status

Examples

HAL_RTC_SetDate() is referenced by 34 libraries and example projects.