Macros

#define LL_RTC_DIV_NONE   ((uint32_t)0x00U)
 
#define LL_RTC_DIV_2   ((uint32_t)0x01UL << RTC_CFG1_DIV_Pos)
 
#define LL_RTC_DIV_4   ((uint32_t)0x02UL << RTC_CFG1_DIV_Pos)
 
#define LL_RTC_DIV_8   ((uint32_t)0x03UL << RTC_CFG1_DIV_Pos)
 
#define LL_RTC_DIV_16   ((uint32_t)0x04UL << RTC_CFG1_DIV_Pos)
 
#define LL_RTC_DIV_32   ((uint32_t)0x05UL << RTC_CFG1_DIV_Pos)
 
#define LL_RTC_DIV_64   ((uint32_t)0x06UL << RTC_CFG1_DIV_Pos)
 
#define LL_RTC_DIV_128   ((uint32_t)0x07UL << RTC_CFG1_DIV_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_RTC_DIV_128

#define LL_RTC_DIV_128   ((uint32_t)0x07UL << RTC_CFG1_DIV_Pos)

Select 1/256 divider

Definition at line 80 of file ll_rtc.h.

◆ LL_RTC_DIV_16

#define LL_RTC_DIV_16   ((uint32_t)0x04UL << RTC_CFG1_DIV_Pos)

Select 1/32 divider

Definition at line 77 of file ll_rtc.h.

◆ LL_RTC_DIV_2

#define LL_RTC_DIV_2   ((uint32_t)0x01UL << RTC_CFG1_DIV_Pos)

Select 1/32 divider

Definition at line 74 of file ll_rtc.h.

◆ LL_RTC_DIV_32

#define LL_RTC_DIV_32   ((uint32_t)0x05UL << RTC_CFG1_DIV_Pos)

Select 1/64 divider

Definition at line 78 of file ll_rtc.h.

◆ LL_RTC_DIV_4

#define LL_RTC_DIV_4   ((uint32_t)0x02UL << RTC_CFG1_DIV_Pos)

Select 1/32 divider

Definition at line 75 of file ll_rtc.h.

◆ LL_RTC_DIV_64

#define LL_RTC_DIV_64   ((uint32_t)0x06UL << RTC_CFG1_DIV_Pos)

Select 1/128 divider

Definition at line 79 of file ll_rtc.h.

◆ LL_RTC_DIV_8

#define LL_RTC_DIV_8   ((uint32_t)0x03UL << RTC_CFG1_DIV_Pos)

Select 1/32 divider

Definition at line 76 of file ll_rtc.h.

◆ LL_RTC_DIV_NONE

#define LL_RTC_DIV_NONE   ((uint32_t)0x00U)

Select SLP_CLK

Definition at line 73 of file ll_rtc.h.