RTC Periodic timer select defines

Macros

#define LL_RTC_TIMER_TICK_TYPE_SINGLE   (0x0U)
 
#define LL_RTC_TIMER_TICK_TYPE_AUTO   (0x1U)
 

Detailed Description

Macro Definition Documentation

◆ LL_RTC_TIMER_TICK_TYPE_AUTO

#define LL_RTC_TIMER_TICK_TYPE_AUTO   (0x1U)

Select periodic alarm auto-reload

Definition at line 87 of file ll_rtc.h.

◆ LL_RTC_TIMER_TICK_TYPE_SINGLE

#define LL_RTC_TIMER_TICK_TYPE_SINGLE   (0x0U)

Select periodic alarm one-time

Definition at line 86 of file ll_rtc.h.