Alarm structure used by IRTC_SetAlarm() macro.
| Data Fields |
|
uint8 |
sec |
Second after the minute [0, 59]. |
|
uint8 |
min |
Minute after the hour [0, 59]. |
|
uint8 |
hour |
Hour since midnight [0, 23]. |
|
uint8 |
day |
Day of the month [1, 31]. |
|
uint8 |
mon |
IRTC Months since January [1, 12] |
|
uint16 |
year |
Year [1984, 2239]. |