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

LL_RTC_TimeTypeDef::Hours field

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().

Syntax

uint8_t Hours;

Examples

LL_RTC_TimeTypeDef::Hours is referenced by 1 libraries and example projects.