rtc time disable macro definition
+ Collaboration diagram for rtc time disable macro definition:

Macros

#define APP_RTC_ALARM_DISABLE_DATE   CALENDAR_ALARM_DISABLE_DATE
 Disable rtc date alarm. More...
 
#define APP_RTC_ALARM_DISABLE_TICK   CALENDAR_ALARM_DISABLE_TICK
 Disable rtc tick alarm. More...
 
#define APP_RTC_ALARM_DISABLE_ALL   CALENDAR_ALARM_DISABLE_ALL
 Disable rtc all alarm. More...
 

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 74 of file app_rtc.h.

◆ APP_RTC_ALARM_DISABLE_DATE

#define APP_RTC_ALARM_DISABLE_DATE   CALENDAR_ALARM_DISABLE_DATE

Disable rtc date alarm.

Definition at line 72 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 73 of file app_rtc.h.