RTC Time structure definition. More...
#include <stm32f4xx_hal_rtc.h>
Public Attributes | |
uint32_t | DayLightSaving |
uint8_t | Hours |
uint8_t | Minutes |
uint32_t | SecondFraction |
uint8_t | Seconds |
uint32_t | StoreOperation |
uint32_t | SubSeconds |
uint8_t | TimeFormat |
RTC Time structure definition.
Definition at line 83 of file stm32f4xx_hal_rtc.h.
uint32_t RTC_TimeTypeDef::DayLightSaving |
Specifies DayLight Save Operation. This parameter can be a value of RTC DayLight Saving Definitions
Specifies RTC_DayLightSaveOperation: the value of hour adjustment. This parameter can be a value of RTC DayLight Saving Definitions
Definition at line 108 of file stm32f4xx_hal_rtc.h.
uint8_t RTC_TimeTypeDef::Hours |
Specifies the RTC Time Hour. This parameter must be a number between Min_Data = 0 and Max_Data = 12 if the RTC_HourFormat_12 is selected. This parameter must be a number between Min_Data = 0 and Max_Data = 23 if the RTC_HourFormat_24 is selected
Definition at line 85 of file stm32f4xx_hal_rtc.h.
uint8_t RTC_TimeTypeDef::Minutes |
Specifies the RTC Time Minutes. This parameter must be a number between Min_Data = 0 and Max_Data = 59
Definition at line 89 of file stm32f4xx_hal_rtc.h.
uint32_t RTC_TimeTypeDef::SecondFraction |
Specifies the range or granularity of Sub Second register content corresponding to Synchronous pre-scaler factor value (PREDIV_S) This parameter corresponds to a time unit range between [0-1] Second with [1 Sec / SecondFraction +1] granularity. This field will be used only by HAL_RTC_GetTime function
Definition at line 102 of file stm32f4xx_hal_rtc.h.
uint8_t RTC_TimeTypeDef::Seconds |
Specifies the RTC Time Seconds. This parameter must be a number between Min_Data = 0 and Max_Data = 59
Definition at line 92 of file stm32f4xx_hal_rtc.h.
uint32_t RTC_TimeTypeDef::StoreOperation |
Specifies RTC_StoreOperation value to be written in the BCK bit in CR register to store the operation. This parameter can be a value of RTC Store Operation Definitions
Specifies RTC_StoreOperation value to be written in the BKP bit in CR register to store the operation. This parameter can be a value of RTC Store Operation Definitions
Definition at line 111 of file stm32f4xx_hal_rtc.h.
uint32_t RTC_TimeTypeDef::SubSeconds |
Specifies the RTC_SSR RTC Sub Second register content. This parameter corresponds to a time unit range between [0-1] Second with [1 Sec / SecondFraction +1] granularity
Definition at line 98 of file stm32f4xx_hal_rtc.h.
uint8_t RTC_TimeTypeDef::TimeFormat |
Specifies the RTC AM/PM Time. This parameter can be a value of RTC AM PM Definitions
Definition at line 95 of file stm32f4xx_hal_rtc.h.