Macros

#define LL_CALENDAR_DIV_NONE   ((uint32_t)0x00U)
 
#define LL_CALENDAR_DIV_32   ((uint32_t)0x01U << AON_CALENDAR_TIMER_CTL_CLK_SEL_Pos)
 
#define LL_CALENDAR_DIV_64   ((uint32_t)0x02U << AON_CALENDAR_TIMER_CTL_CLK_SEL_Pos)
 
#define LL_CALENDAR_DIV_128   ((uint32_t)0x03U << AON_CALENDAR_TIMER_CTL_CLK_SEL_Pos)
 
#define LL_CALENDAR_DIV_256   ((uint32_t)0x04U << AON_CALENDAR_TIMER_CTL_CLK_SEL_Pos)
 
#define LL_CALENDAR_NO_CLOCK   ((uint32_t)0x05U << AON_CALENDAR_TIMER_CTL_CLK_SEL_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_CALENDAR_DIV_128

#define LL_CALENDAR_DIV_128   ((uint32_t)0x03U << AON_CALENDAR_TIMER_CTL_CLK_SEL_Pos)

Select 1/128 divider

Definition at line 79 of file gr55xx_ll_calendar.h.

◆ LL_CALENDAR_DIV_256

#define LL_CALENDAR_DIV_256   ((uint32_t)0x04U << AON_CALENDAR_TIMER_CTL_CLK_SEL_Pos)

Select 1/256 divider

Definition at line 80 of file gr55xx_ll_calendar.h.

◆ LL_CALENDAR_DIV_32

#define LL_CALENDAR_DIV_32   ((uint32_t)0x01U << AON_CALENDAR_TIMER_CTL_CLK_SEL_Pos)

Select 1/32 divider

Definition at line 77 of file gr55xx_ll_calendar.h.

◆ LL_CALENDAR_DIV_64

#define LL_CALENDAR_DIV_64   ((uint32_t)0x02U << AON_CALENDAR_TIMER_CTL_CLK_SEL_Pos)

Select 1/64 divider

Definition at line 78 of file gr55xx_ll_calendar.h.

◆ LL_CALENDAR_DIV_NONE

#define LL_CALENDAR_DIV_NONE   ((uint32_t)0x00U)

Select RTC clock

Definition at line 76 of file gr55xx_ll_calendar.h.

◆ LL_CALENDAR_NO_CLOCK

#define LL_CALENDAR_NO_CLOCK   ((uint32_t)0x05U << AON_CALENDAR_TIMER_CTL_CLK_SEL_Pos)

Select no clock

Definition at line 81 of file gr55xx_ll_calendar.h.