|
SmartSnippets DA1459x SDK
|
Calendar configuration for RTC. More...
#include <hw_rtc.h>
Data Fields | |
| uint16_t | year |
| uint8_t | month |
| uint8_t | mday |
| uint8_t | wday |
Calendar configuration for RTC.
| uint8_t hw_rtc_calendar_t::mday |
Day of month from 1 to 28, 29, 30 or 31 (as a function of month and year)
| uint8_t hw_rtc_calendar_t::month |
Month from 1 to 12
| uint8_t hw_rtc_calendar_t::wday |
Day of week from 1 to 7 (mapping is programmable)
| uint16_t hw_rtc_calendar_t::year |
Year from 1900 to 2999
1.8.16