Struct SYN_RTC_DateTime¶
Calendar date and time representation. More...
#include <syn_port_rtc.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t | day |
| uint8_t | hour |
| uint8_t | minute |
| uint8_t | month |
| uint8_t | second |
| uint16_t | year |
Detailed Description¶
All fields are in natural units (year = 4-digit, month 1-12, etc.).
Public Attributes Documentation¶
variable day¶
Day of month: 1 – 31
variable hour¶
Hour: 0 – 23
variable minute¶
Minute: 0 – 59
variable month¶
Month: 1 = January, 12 = December
variable second¶
Second: 0 – 59
variable year¶
Full year, e.g. 2025
The documentation for this class was generated from the following file src/syntropic/port/syn_port_rtc.h