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

LL_RTC_TimeTypeDef struct

RTC Time structure definition

Syntax

typedef struct {   uint32_t TimeFormat;    uint8_t Hours;          uint8_t Minutes;        uint8_t Seconds;      } LL_RTC_TimeTypeDef;

Fields

TimeFormat

Specifies the RTC AM/PM Time. This parameter can be a value of RTC_LL_EC_TIME_FORMAT This feature can be modified afterwards using unitary function LL_RTC_TIME_SetFormat(). Read more...

Hours

Specifies the RTC Time Hours. This parameter must be a number between Min_Data = 0 and Max_Data = 12 if the LL_RTC_TIME_FORMAT_PM is selected. This parameter must be a number between Min_Data = 0 and Max_Data = 23 if the LL_RTC_TIME_FORMAT_AM_OR_24 is selected. This feature can be modified afterwards using unitary function LL_RTC_TIME_SetHour(). Read more...

Minutes

Specifies the RTC Time Minutes. This parameter must be a number between Min_Data = 0 and Max_Data = 59 This feature can be modified afterwards using unitary function LL_RTC_TIME_SetMinute(). Read more...

Seconds

Specifies the RTC Time Seconds. This parameter must be a number between Min_Data = 0 and Max_Data = 59 This feature can be modified afterwards using unitary function LL_RTC_TIME_SetSecond(). Read more...

Examples

LL_RTC_TimeTypeDef is referenced by 1 libraries and example projects.