MKM34Z256VLx7 Bare Metal Software Drivers  R4.1.6
Reference Manual
IRTC Time Data Structure

Overview

Data and time structure used by IRTC_SetClock() and IRTC_GetClock() functions.


Data Structure Documentation

struct tTIME
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 wday IRTC Days of Week since Sunday [0, 6]
uint8 mon IRTC Months since January [1, 12]
uint16 year Year [1984, 2239].