uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
RTC_TIME_Type Struct Reference

Time structure definitions for easy manipulate the data. More...

#include <lpc17xx_rtc.h>

Public Attributes

uint32_t SEC
 
uint32_t MIN
 
uint32_t HOUR
 
uint32_t DOM
 
uint32_t DOW
 
uint32_t DOY
 
uint32_t MONTH
 
uint32_t YEAR
 

Detailed Description

Time structure definitions for easy manipulate the data.

Definition at line 224 of file lpc17xx_rtc.h.

Member Data Documentation

uint32_t RTC_TIME_Type::DOM

Day of Month Register

Definition at line 228 of file lpc17xx_rtc.h.

uint32_t RTC_TIME_Type::DOW

Day of Week Register

Definition at line 229 of file lpc17xx_rtc.h.

uint32_t RTC_TIME_Type::DOY

Day of Year Register

Definition at line 230 of file lpc17xx_rtc.h.

uint32_t RTC_TIME_Type::HOUR

Hours Register

Definition at line 227 of file lpc17xx_rtc.h.

uint32_t RTC_TIME_Type::MIN

Minutes Register

Definition at line 226 of file lpc17xx_rtc.h.

uint32_t RTC_TIME_Type::MONTH

Months Register

Definition at line 231 of file lpc17xx_rtc.h.

uint32_t RTC_TIME_Type::SEC

Seconds Register

Definition at line 225 of file lpc17xx_rtc.h.

uint32_t RTC_TIME_Type::YEAR

Years Register

Definition at line 232 of file lpc17xx_rtc.h.


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