Sensorian
1.0
C API Reference Guide Library
|
#include <MCP79410.h>
Data Fields | |
unsigned char | sec |
unsigned char | min |
Seconds. More... | |
unsigned char | hour |
Minutes. More... | |
unsigned char | weekday |
Hours, (Format used : Standard / Military) More... | |
unsigned char | date |
Weekday. More... | |
unsigned char | month |
Date of the month. More... | |
unsigned char | year |
Month. More... | |
MCP79410 RTCC time structure type
Definition at line 143 of file MCP79410.h.
unsigned char date |
Weekday.
Definition at line 149 of file MCP79410.h.
unsigned char hour |
Minutes.
Definition at line 147 of file MCP79410.h.
unsigned char min |
Seconds.
Definition at line 146 of file MCP79410.h.
unsigned char month |
Date of the month.
Definition at line 150 of file MCP79410.h.
unsigned char sec |
Definition at line 145 of file MCP79410.h.
unsigned char weekday |
Hours, (Format used : Standard / Military)
Definition at line 148 of file MCP79410.h.
unsigned char year |
Month.
Definition at line 151 of file MCP79410.h.