![]() |
ARMEBS4
revision-26.06.2015
|
RTC Date structure definition. More...
#include "C:/Programs/ARMEBS4/current/doc/eclipse-doc/ext/libheivs_stm32/include/stm32/stm32f4xx_rtc.h"
Data Fields | |
uint8_t | RTC_WeekDay |
uint8_t | RTC_Month |
uint8_t | RTC_Date |
uint8_t | RTC_Year |
RTC Date structure definition.
Definition at line 82 of file stm32f4xx_rtc.h.
uint8_t RTC_DateTypeDef::RTC_WeekDay |
Specifies the RTC Date WeekDay. This parameter can be a value of RTC_WeekDay_Definitions
Definition at line 84 of file stm32f4xx_rtc.h.
uint8_t RTC_DateTypeDef::RTC_Month |
Specifies the RTC Date Month (in BCD format). This parameter can be a value of RTC_Month_Date_Definitions
Definition at line 87 of file stm32f4xx_rtc.h.
uint8_t RTC_DateTypeDef::RTC_Date |
Specifies the RTC Date. This parameter must be set to a value in the 1-31 range.
Definition at line 90 of file stm32f4xx_rtc.h.
uint8_t RTC_DateTypeDef::RTC_Year |
Specifies the RTC Date Year. This parameter must be set to a value in the 0-99 range.
Definition at line 93 of file stm32f4xx_rtc.h.