Slow clock source

Macros

#define LL_SLOW_CLK_RNG   AON_CTL_MCU_SLOW_CLK_CTRL_SEL_RNG
 
#define LL_SLOW_CLK_RC   AON_CTL_MCU_SLOW_CLK_CTRL_SEL_RC
 
#define LL_SLOW_CLK_RTC   AON_CTL_MCU_SLOW_CLK_CTRL_SEL_RTC
 

Detailed Description

Macro Definition Documentation

◆ LL_SLOW_CLK_RC

#define LL_SLOW_CLK_RC   AON_CTL_MCU_SLOW_CLK_CTRL_SEL_RC

Select RC_32K clk as the source of the slow clock

Definition at line 74 of file ll_clk.h.

◆ LL_SLOW_CLK_RNG

#define LL_SLOW_CLK_RNG   AON_CTL_MCU_SLOW_CLK_CTRL_SEL_RNG

Select RNG_OSC clk as the source of the slow clock

Definition at line 73 of file ll_clk.h.

◆ LL_SLOW_CLK_RTC

#define LL_SLOW_CLK_RTC   AON_CTL_MCU_SLOW_CLK_CTRL_SEL_RTC

Select RTC_32K clk as the source of the slow clock

Definition at line 75 of file ll_clk.h.