STM32L443xx HAL User Manual
|
RTC Time structure definition. More...
#include <stm32l4xx_ll_rtc.h>
Data Fields | |
uint32_t | TimeFormat |
uint8_t | Hours |
uint8_t | Minutes |
uint8_t | Seconds |
RTC Time structure definition.
Definition at line 109 of file stm32l4xx_ll_rtc.h.
uint8_t LL_RTC_TimeTypeDef::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().
Definition at line 116 of file stm32l4xx_ll_rtc.h.
Referenced by LL_RTC_ALMA_Init(), LL_RTC_ALMA_StructInit(), LL_RTC_ALMB_Init(), LL_RTC_ALMB_StructInit(), LL_RTC_TIME_Init(), and LL_RTC_TIME_StructInit().
uint8_t LL_RTC_TimeTypeDef::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().
Definition at line 122 of file stm32l4xx_ll_rtc.h.
Referenced by LL_RTC_ALMA_Init(), LL_RTC_ALMA_StructInit(), LL_RTC_ALMB_Init(), LL_RTC_ALMB_StructInit(), LL_RTC_TIME_Init(), and LL_RTC_TIME_StructInit().
uint8_t LL_RTC_TimeTypeDef::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().
Definition at line 127 of file stm32l4xx_ll_rtc.h.
Referenced by LL_RTC_ALMA_Init(), LL_RTC_ALMA_StructInit(), LL_RTC_ALMB_Init(), LL_RTC_ALMB_StructInit(), LL_RTC_TIME_Init(), and LL_RTC_TIME_StructInit().
uint32_t LL_RTC_TimeTypeDef::TimeFormat |
Specifies the RTC AM/PM Time. This parameter can be a value of TIME FORMAT
This feature can be modified afterwards using unitary function LL_RTC_TIME_SetFormat().
Definition at line 111 of file stm32l4xx_ll_rtc.h.
Referenced by LL_RTC_ALMA_Init(), LL_RTC_ALMA_StructInit(), LL_RTC_ALMB_Init(), LL_RTC_ALMB_StructInit(), LL_RTC_TIME_Init(), and LL_RTC_TIME_StructInit().