Enumerations
RTC Enumerated Data Types
RTC

Enumerations

enum  CSL_RTCPeriodicInterruptType {
  CSL_RTC_DAY_PERIODIC_INTERRUPT,
  CSL_RTC_HR_PERIODIC_INTERRUPT,
  CSL_RTC_MINS_PERIODIC_INTERRUPT,
  CSL_RTC_SEC_PERIODIC_INTERRUPT,
  CSL_RTC_MS_PERIODIC_INTERRUPT
}
 enum variable for the selection of rtc Periodic interrupt for Day , Hour , Minute , Second and MilliSecond Period.
enum  CSL_RTCEventType {
  CSL_RTC_MSEVENT_INTERRUPT,
  CSL_RTC_SECEVENT_INTERRUPT,
  CSL_RTC_MINSEVENT_INTERRUPT,
  CSL_RTC_HREVENT_INTERRUPT,
  CSL_RTC_DAYEVENT_INTERRUPT,
  CSL_RTC_EXTEVENT_INTERRUPT,
  CSL_RTC_ALARM_INTERRUPT,
  CSL_RTC_INTERRUPT_NONE
}
 enum variable for the selection of rtc interrupt Alarm Int,External Event, Day Event, Hour Event, Minute Event, Second Event, MilliSecond Event.
enum  CSL_RTCCompType {
  CSL_RTC_COMPENSATION_NEGATIVE = 0,
  CSL_RTC_COMPENSATION_POSITIVE,
  CSL_RTC_COMPENSATION_INVALID
}
 This enum holds type of the compensation required for the RTC.