![]() |
GaIA BIOS Library
|
RTC Date and time information. More...
#include <rtc.h>
Data Fields | |
| uint16_t | year |
| Year (e.g. | |
| uint8_t | mon |
| Month (1-12) | |
| uint8_t | dom |
| Day of month (1-31) | |
| uint8_t | hour |
| Hour (0-23) | |
| uint8_t | min |
| Minutes (0-59) | |
| uint8_t | sec |
| Seconds (0-59) | |
| uint16_t | ms |
| Milliseconds (0-999) | |
RTC Date and time information.
| uint16_t rtc_datetime_t::year |
Year (e.g.
2023)