Macros

#define APP_RTC_ALARM_DISABLE_DATE   CALENDAR_ALARM_DISABLE_DATE
 App rtc time disable macro definition. More...
 
#define APP_RTC_ALARM_DISABLE_TICK   CALENDAR_ALARM_DISABLE_TICK
 
#define APP_RTC_ALARM_DISABLE_ALL   CALENDAR_ALARM_DISABLE_ALL
 

Detailed Description

Macro Definition Documentation

◆ APP_RTC_ALARM_DISABLE_ALL

#define APP_RTC_ALARM_DISABLE_ALL   CALENDAR_ALARM_DISABLE_ALL

Disable rtc all alarm

Definition at line 75 of file app_rtc.h.

◆ APP_RTC_ALARM_DISABLE_DATE

#define APP_RTC_ALARM_DISABLE_DATE   CALENDAR_ALARM_DISABLE_DATE

App rtc time disable macro definition.

Disable rtc date alarm

Definition at line 73 of file app_rtc.h.

◆ APP_RTC_ALARM_DISABLE_TICK

#define APP_RTC_ALARM_DISABLE_TICK   CALENDAR_ALARM_DISABLE_TICK

Disable rtc tick alarm

Definition at line 74 of file app_rtc.h.