HAL + 0/38 examples
SourceVu will show references to RTC_TimeTypeDef from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Examples
PWR
RTC
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
Examples
PWR
RTC
STM324xG_EVAL
Demonstrations
Examples
PWR
RTC
STM32F412G-Discovery
Demonstrations
Examples
RTC
STM32F413H-Discovery
Demonstrations
Examples
RTC
STM32F429I-Discovery
Demonstrations
STM32446E-Nucleo
Examples
RTC
STM324x9I_EVAL
Demonstrations
STemWin
Examples
PWR
RTC
STM32F410xx-Nucleo
Examples
RTC
STM32F411RE-Nucleo
Examples
RTC
STM32F412ZG-Nucleo
Examples
RTC
STM32F413ZH-Nucleo
Examples
RTC
STM32F429ZI-Nucleo
Applications
NetXDuo
Examples
RTC
STM32F446ZE-Nucleo
Examples
RTC
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint8_t
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.
uint8_t
Specifies the RTC Time Minutes. This parameter must be a number between Min_Data = 0 and Max_Data = 59.
uint8_t
Specifies the RTC Time Seconds. This parameter must be a number between Min_Data = 0 and Max_Data = 59.
uint8_t
Specifies the RTC AM/PM Time. This parameter can be a value of RTC_AM_PM_Definitions.
uint32_t
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.
uint32_t
Specifies the range or granularity of Sub Second register content corresponding to Synchronous prescaler 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.
uint32_t
This interface is deprecated. To manage Daylight Saving Time, please use HAL_RTC_DST_xxx functions.
uint32_t
This interface is deprecated. To manage Daylight Saving Time, please use HAL_RTC_DST_xxx functions.

References

from examples