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

Fields

Field
Declared as
Description
uint32_t
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().
uint8_t
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().
uint8_t
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().
uint8_t
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().

References

from examples