Defines
RTC Symbols Defined
RTC

Defines

#define CSL_RTC_BIT_SET   (1u)
#define CSL_RTC_BIT_RESET   (0)
#define CSL_RTC_WAIT_CYCLE   (50u)
#define CSL_RTC_SCRATCH1_MASK   (0x8000u)
#define CSL_RTC_STATUS_MASK   (0x803Fu)
#define CSL_RTC_DISPATCH_TABLE_SIZE   (0x07u)
#define CSL_RTC_COMPENSATION_MAX   (1024u)
#define CSL_RTC_TIME_OUT   (0x1FFu)

Define Documentation

#define CSL_RTC_BIT_RESET   (0)

hash define for disabling the particular bit of RTC registers

Referenced by RTC_config(), RTC_setAlarm(), RTC_setDate(), and RTC_setTime().

#define CSL_RTC_BIT_SET   (1u)

hash define for enabling the particular bit of RTC registers

#define CSL_RTC_COMPENSATION_MAX   (1024u)

RTC maximum compensation value

Referenced by RTC_setCompensation().

#define CSL_RTC_DISPATCH_TABLE_SIZE   (0x07u)

Size of dispatch table

#define CSL_RTC_SCRATCH1_MASK   (0x8000u)

Scratch Mask value for wakeup of corazon

#define CSL_RTC_STATUS_MASK   (0x803Fu)

Status Mask value for reset the status register.

Referenced by RTC_start().

#define CSL_RTC_TIME_OUT   (0x1FFu)

RTC Time out value

#define CSL_RTC_WAIT_CYCLE   (50u)

no of no operation cycle for waiting of 3-32kz

Referenced by RTC_config(), RTC_eventDisable(), RTC_eventEnable(), RTC_setAlarm(), RTC_setDate(), RTC_setPeriodicInterval(), and RTC_setTime().