NXP's driver library for LPC17xx, ported to mbed's online compiler. Not tested! I had to fix a lot of warings and found a couple of pretty obvious bugs, so the chances are there are more. Original: http://ics.nxp.com/support/documents/microcontrollers/zip/lpc17xx.cmsis.driver.library.zip

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

RTC_TIME_Type Struct Reference

RTC_TIME_Type Struct Reference
[RTC_Public_Types]

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

#include <lpc17xx_rtc.h>

Data Fields

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 200 of file lpc17xx_rtc.h.


Field Documentation

uint32_t DOM

Day of Month Register

Definition at line 204 of file lpc17xx_rtc.h.

uint32_t DOW

Day of Week Register

Definition at line 205 of file lpc17xx_rtc.h.

uint32_t DOY

Day of Year Register

Definition at line 206 of file lpc17xx_rtc.h.

uint32_t HOUR

Hours Register

Definition at line 203 of file lpc17xx_rtc.h.

uint32_t MIN

Minutes Register

Definition at line 202 of file lpc17xx_rtc.h.

uint32_t MONTH

Months Register

Definition at line 207 of file lpc17xx_rtc.h.

uint32_t SEC

Seconds Register

Definition at line 201 of file lpc17xx_rtc.h.

uint32_t YEAR

Years Register

Definition at line 208 of file lpc17xx_rtc.h.