Clock Selection defines

Macros

#define LL_DDVS_CLK_SEL_XO_32M   (0U)
 
#define LL_DDVS_CLK_SEL_XO_16M   (1U)
 
#define LL_DDVS_CLK_SEL_SYS_32M   (2U)
 
#define LL_DDVS_CLK_SEL_SYS_16M   (3U)
 

Detailed Description

Macro Definition Documentation

◆ LL_DDVS_CLK_SEL_SYS_16M

#define LL_DDVS_CLK_SEL_SYS_16M   (3U)

DDVS Clock Select SYS_16M

Definition at line 105 of file gr55xx_ll_ddvs.h.

◆ LL_DDVS_CLK_SEL_SYS_32M

#define LL_DDVS_CLK_SEL_SYS_32M   (2U)

DDVS Clock Select SYS_32M

Definition at line 104 of file gr55xx_ll_ddvs.h.

◆ LL_DDVS_CLK_SEL_XO_16M

#define LL_DDVS_CLK_SEL_XO_16M   (1U)

DDVS Clock Select XO_16M

Definition at line 103 of file gr55xx_ll_ddvs.h.

◆ LL_DDVS_CLK_SEL_XO_32M

#define LL_DDVS_CLK_SEL_XO_32M   (0U)

DDVS Clock Select XO_32M

Definition at line 102 of file gr55xx_ll_ddvs.h.