Classes

struct  app_rtc_evt_t
 RTC event structure definition. More...
 

Typedefs

typedef calendar_time_t app_rtc_time_t
 App time structure definition. More...
 
typedef calendar_alarm_t app_rtc_alarm_t
 App alarm structure definition. More...
 
typedef void(* app_rtc_evt_handler_t) (app_rtc_evt_t *p_evt)
 RTC event callback definition. More...
 

Detailed Description

Typedef Documentation

◆ app_rtc_alarm_t

App alarm structure definition.

Definition at line 103 of file app_rtc.h.

◆ app_rtc_evt_handler_t

typedef void(* app_rtc_evt_handler_t) (app_rtc_evt_t *p_evt)

RTC event callback definition.

Definition at line 117 of file app_rtc.h.

◆ app_rtc_time_t

App time structure definition.

Definition at line 98 of file app_rtc.h.