Macros

#define LL_CALENDAR_DIV_NONE   ((uint32_t)0x00U)
 
#define LL_CALENDAR_DIV_2   ((uint32_t)0x01U << RTC_CFG1_DIV_Pos)
 
#define LL_CALENDAR_DIV_4   ((uint32_t)0x02U << RTC_CFG1_DIV_Pos)
 
#define LL_CALENDAR_DIV_8   ((uint32_t)0x03U << RTC_CFG1_DIV_Pos)
 
#define LL_CALENDAR_DIV_16   ((uint32_t)0x04U << RTC_CFG1_DIV_Pos)
 
#define LL_CALENDAR_DIV_32   ((uint32_t)0x05U << RTC_CFG1_DIV_Pos)
 
#define LL_CALENDAR_DIV_64   ((uint32_t)0x06U << RTC_CFG1_DIV_Pos)
 
#define LL_CALENDAR_DIV_128   ((uint32_t)0x07U << RTC_CFG1_DIV_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_CALENDAR_DIV_128

#define LL_CALENDAR_DIV_128   ((uint32_t)0x07U << RTC_CFG1_DIV_Pos)

Select 1/256 divider

Definition at line 80 of file gr55xx_ll_calendar.h.

◆ LL_CALENDAR_DIV_16

#define LL_CALENDAR_DIV_16   ((uint32_t)0x04U << RTC_CFG1_DIV_Pos)

Select 1/32 divider

Definition at line 77 of file gr55xx_ll_calendar.h.

◆ LL_CALENDAR_DIV_2

#define LL_CALENDAR_DIV_2   ((uint32_t)0x01U << RTC_CFG1_DIV_Pos)

Select 1/32 divider

Definition at line 74 of file gr55xx_ll_calendar.h.

◆ LL_CALENDAR_DIV_32

#define LL_CALENDAR_DIV_32   ((uint32_t)0x05U << RTC_CFG1_DIV_Pos)

Select 1/64 divider

Definition at line 78 of file gr55xx_ll_calendar.h.

◆ LL_CALENDAR_DIV_4

#define LL_CALENDAR_DIV_4   ((uint32_t)0x02U << RTC_CFG1_DIV_Pos)

Select 1/32 divider

Definition at line 75 of file gr55xx_ll_calendar.h.

◆ LL_CALENDAR_DIV_64

#define LL_CALENDAR_DIV_64   ((uint32_t)0x06U << RTC_CFG1_DIV_Pos)

Select 1/128 divider

Definition at line 79 of file gr55xx_ll_calendar.h.

◆ LL_CALENDAR_DIV_8

#define LL_CALENDAR_DIV_8   ((uint32_t)0x03U << RTC_CFG1_DIV_Pos)

Select 1/32 divider

Definition at line 76 of file gr55xx_ll_calendar.h.

◆ LL_CALENDAR_DIV_NONE

#define LL_CALENDAR_DIV_NONE   ((uint32_t)0x00U)

Select SLP_CLK

Definition at line 73 of file gr55xx_ll_calendar.h.