![]() |
![]() |
RTC Time Structure. Contains the field of hour, minute, second and milli second for time. More...
#include <csl_rtc.h>
Data Fields | |
| Uint16 | hours |
| Uint16 | mins |
| Uint16 | secs |
| Uint16 | mSecs |
RTC Time Structure. Contains the field of hour, minute, second and milli second for time.
| Uint16 CSL_RtcTime::hours |
Hour field value between 0 - 23
Referenced by RTC_getTime().
| Uint16 CSL_RtcTime::mins |
Minute field value between 0 - 59
Referenced by RTC_getTime().
| Uint16 CSL_RtcTime::mSecs |
MSecond field value between 0 - 1023
Referenced by RTC_getTime().
| Uint16 CSL_RtcTime::secs |
Second field value between 0 - 59
Referenced by RTC_getTime().
1.7.4