Structure containing the date read from the RTC, BCD-encoded.
More...
#include <rtc.h>
|
uint8_t | year |
| Year (0x00 - 0x99)
|
uint8_t | month |
| Month (0x01 - 0x12)
|
uint8_t | day |
| Day of month (0x01 - 0x31)
|
uint8_t | wday |
| Day of week (0x00 - 0x06)
|
Structure containing the date read from the RTC, BCD-encoded.
Definition at line 62 of file rtc.h.
◆ day
Day of month (0x01 - 0x31)
Definition at line 65 of file rtc.h.
◆ month
Month (0x01 - 0x12)
Definition at line 64 of file rtc.h.
◆ wday
Day of week (0x00 - 0x06)
Definition at line 66 of file rtc.h.
◆ year
Year (0x00 - 0x99)
Definition at line 63 of file rtc.h.
The documentation for this struct was generated from the following file: