CARME-M4 BSP  V1.5
RTC_DateTypeDef Struct Reference

RTC Date structure definition. More...

#include <stm32f4xx_rtc.h>

Data Fields

uint8_t RTC_WeekDay
 
uint8_t RTC_Month
 
uint8_t RTC_Date
 
uint8_t RTC_Year
 

Detailed Description

RTC Date structure definition.

Definition at line 88 of file stm32f4xx_rtc.h.

Field Documentation

uint8_t RTC_Date

Specifies the RTC Date. This parameter must be set to a value in the 1-31 range.

Definition at line 96 of file stm32f4xx_rtc.h.

uint8_t RTC_Month

Specifies the RTC Date Month (in BCD format). This parameter can be a value of RTC_Month_Date_Definitions

Definition at line 93 of file stm32f4xx_rtc.h.

uint8_t RTC_WeekDay

Specifies the RTC Date WeekDay. This parameter can be a value of RTC_WeekDay_Definitions

Definition at line 90 of file stm32f4xx_rtc.h.

uint8_t RTC_Year

Specifies the RTC Date Year. This parameter must be set to a value in the 0-99 range.

Definition at line 99 of file stm32f4xx_rtc.h.


The documentation for this struct was generated from the following file: