Macros

#define RTC_DIV_NONE   LL_RTC_DIV_NONE
 
#define RTC_DIV_2   LL_RTC_DIV_2
 
#define RTC_DIV_4   LL_RTC_DIV_4
 
#define RTC_DIV_8   LL_RTC_DIV_8
 
#define RTC_DIV_16   LL_RTC_DIV_16
 
#define RTC_DIV_32   LL_RTC_DIV_32
 
#define RTC_DIV_64   LL_RTC_DIV_64
 
#define RTC_DIV_128   LL_RTC_DIV_128
 

Detailed Description

Macro Definition Documentation

◆ RTC_DIV_128

#define RTC_DIV_128   LL_RTC_DIV_128

Select 1/256 divider

Definition at line 106 of file hal_rtc.h.

◆ RTC_DIV_16

#define RTC_DIV_16   LL_RTC_DIV_16

Select 1/32 divider

Definition at line 103 of file hal_rtc.h.

◆ RTC_DIV_2

#define RTC_DIV_2   LL_RTC_DIV_2

Select 1/32 divider

Definition at line 100 of file hal_rtc.h.

◆ RTC_DIV_32

#define RTC_DIV_32   LL_RTC_DIV_32

Select 1/64 divider

Definition at line 104 of file hal_rtc.h.

◆ RTC_DIV_4

#define RTC_DIV_4   LL_RTC_DIV_4

Select 1/32 divider

Definition at line 101 of file hal_rtc.h.

◆ RTC_DIV_64

#define RTC_DIV_64   LL_RTC_DIV_64

Select 1/128 divider

Definition at line 105 of file hal_rtc.h.

◆ RTC_DIV_8

#define RTC_DIV_8   LL_RTC_DIV_8

Select 1/32 divider

Definition at line 102 of file hal_rtc.h.

◆ RTC_DIV_NONE

#define RTC_DIV_NONE   LL_RTC_DIV_NONE

Select SLP_CLK

Definition at line 99 of file hal_rtc.h.