Data Structures | Typedefs
RTC Data Structures
RTC

Data Structures

struct  CSL_RtcConfig
 RTC Config Structure. More...
struct  CSL_RtcDate
 RTC Date Structure. Contains the field of year, month and day for Date. More...
struct  CSL_RtcTime
 RTC Time Structure. Contains the field of hour, minute, second and milli second for time. More...
struct  CSL_RtcAlarm
 RTC Alarm Time Structure. Contains the field of hour, minute, second and milli second for Alarm time. More...
struct  CSL_RtcIsrAddr
 Declarations for interrupt routines. More...
struct  CSL_RtcIsrDispatchTable
 structure array of isr function for RTC. More...

Typedefs

typedef void(* CSL_RTCCallBackPtr )(void)
 call back function for RTC.