![]() |
![]() |
RTC Alarm Time Structure. Contains the field of hour, minute, second and milli second for Alarm time. More...
#include <csl_rtc.h>
Data Fields | |
| Uint16 | year |
| Uint16 | month |
| Uint16 | day |
| Uint16 | hours |
| Uint16 | mins |
| Uint16 | secs |
| Uint16 | mSecs |
RTC Alarm Time Structure. Contains the field of hour, minute, second and milli second for Alarm time.
| Uint16 CSL_RtcAlarm::day |
Day Alarm field value between 1 - 31
| Uint16 CSL_RtcAlarm::hours |
Hour Alarm field value between 0 - 23
| Uint16 CSL_RtcAlarm::mins |
Minute Alarm field value between 0 - 59
| Uint16 CSL_RtcAlarm::month |
Month Alarm field value between 1 - 12
| Uint16 CSL_RtcAlarm::mSecs |
MSecond Alarm field value between 0 - 1023
| Uint16 CSL_RtcAlarm::secs |
Second Alarm field value between 0 - 59
| Uint16 CSL_RtcAlarm::year |
Year Alarm field value between 0 - 99
1.7.4