Enumerations

Enumerations

enum  app_rtc_evt_type_t {
  APP_RTC_EVT_DATE_ALARM,
  APP_RTC_EVT_TICK_ALARM,
  APP_RTC_EVT_OVERFLOW
}
 RTC event Enumerations definition. More...
 

Detailed Description

Enumeration Type Documentation

◆ app_rtc_evt_type_t

RTC event Enumerations definition.

Enumerator
APP_RTC_EVT_DATE_ALARM 

Date alarm event.

APP_RTC_EVT_TICK_ALARM 

Tick alarm event.

APP_RTC_EVT_OVERFLOW 

Overflow event.

Definition at line 84 of file app_rtc.h.