uc-sdk
|
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 |
Time structure definitions for easy manipulate the data.
Definition at line 224 of file lpc17xx_rtc.h.
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.