STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
RTC_DateTypeDef Struct Reference

RTC Date structure definition. More...

#include <stm32f37x_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.

Field Documentation

uint8_t RTC_Date
          Specifies the RTC Date.

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

uint8_t RTC_Month
       Specifies the RTC Date Month (in BCD format).

This parameter can be a value of RTC_Month_Date_Definitions

uint8_t RTC_WeekDay
     Specifies the RTC Date WeekDay.

This parameter can be a value of RTC_WeekDay_Definitions

uint8_t RTC_Year
          Specifies the RTC Date Year.

This parameter must be set to a value in the 0-99 range.


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