#include <rtc.h>
Data Fields | |
| u8 | seconds |
| Seconds (0-59) */. | |
| u8 | minutes |
| Minutes (0-59) */. | |
| u8 | hours |
| Hours (0-23 or 1-12) */. | |
| u8 | PM |
| PM Indicator for 12-hour format (0 = AM, 1 = PM) */. | |
| u8 | timesystem |
| Time System (0 = 24-hour, 1 = 12-hour) */. | |
| u8 | weekdays |
| Day of the week (1-7) */. | |
| u8 | days |
| Day of the month (1-31) */. | |
| u8 | months |
| Month (1-12) */. | |
| u8 | years |
| Year (0-99) */. | |
RTC time data structure.
| u8 rtc_data_t::PM |
| u8 rtc_data_t::timesystem |