RTC Time structure definition. More...
#include <stm32f4xx_rtc.h>
Public Attributes | |
uint8_t | RTC_H12 |
uint8_t | RTC_Hours |
uint8_t | RTC_Minutes |
uint8_t | RTC_Seconds |
RTC Time structure definition.
Definition at line 68 of file stm32f4xx_rtc.h.
uint8_t RTC_TimeTypeDef::RTC_H12 |
Specifies the RTC AM/PM Time. This parameter can be a value of RTC_AM_PM_Definitions
Definition at line 81 of file stm32f4xx_rtc.h.
uint8_t RTC_TimeTypeDef::RTC_Hours |
Specifies the RTC Time Hour. This parameter must be set to a value in the 0-12 range if the RTC_HourFormat_12 is selected or 0-23 range if the RTC_HourFormat_24 is selected.
Definition at line 70 of file stm32f4xx_rtc.h.
uint8_t RTC_TimeTypeDef::RTC_Minutes |
Specifies the RTC Time Minutes. This parameter must be set to a value in the 0-59 range.
Definition at line 75 of file stm32f4xx_rtc.h.
uint8_t RTC_TimeTypeDef::RTC_Seconds |
Specifies the RTC Time Seconds. This parameter must be set to a value in the 0-59 range.
Definition at line 78 of file stm32f4xx_rtc.h.