Functions
csl_rtc.c File Reference

RTC functional layer API defenition file. More...

#include "csl_rtc.h"

Functions

void RTC_reset (void)
void RTC_start (void)
void RTC_stop (void)
CSL_Status RTC_config (CSL_RtcConfig *pConfig)
CSL_Status RTC_getConfig (CSL_RtcConfig *pGetConfig)
CSL_Status RTC_setTime (CSL_RtcTime *pRtcTime)
CSL_Status RTC_getTime (CSL_RtcTime *pGetRtcTime)
CSL_Status RTC_setDate (CSL_RtcDate *pRtcDate)
CSL_Status RTC_getDate (CSL_RtcDate *pGetRtcDate)
CSL_Status RTC_setAlarm (CSL_RtcAlarm *pRtcAlarm)
CSL_Status RTC_setPeriodicInterval (CSL_RTCPeriodicInterruptType periodicInterruptType)
CSL_Status RTC_eventEnable (CSL_RTCEventType rtcEvent)
CSL_Status RTC_eventDisable (CSL_RTCEventType rtcEvent)
CSL_RTCEventType RTC_getEventId (void)
Uint16 RTC_decToBcd (Uint16 decVal)
Uint16 RTC_bcdToDec (Uint16 hexVal)
CSL_Status RTC_setCallback (CSL_RtcIsrDispatchTable *rtcDispatchTable, CSL_RtcIsrAddr *isrAddr)
CSL_Status RTC_setCompensation (CSL_RTCCompType compType, Uint16 compVal)

Detailed Description

RTC functional layer API defenition file.

Path: \(CSLPATH)/src