Ringo defines

Macros

#define LL_DDVS_RINGO_0_EN   (1<<0U)
 
#define LL_DDVS_RINGO_1_EN   (1<<1U)
 
#define LL_DDVS_RINGO_2_EN   (1<<2U)
 
#define LL_DDVS_RINGO_3_EN   (1<<3U)
 
#define LL_DDVS_RINGO_ALL_EN   (0xFU)
 
#define LL_DDVS_RINGO_ALL_DIS   (0x0U)
 

Detailed Description

Macro Definition Documentation

◆ LL_DDVS_RINGO_0_EN

#define LL_DDVS_RINGO_0_EN   (1<<0U)

DDVS Ringo_0 Enable

Definition at line 83 of file gr55xx_ll_ddvs.h.

◆ LL_DDVS_RINGO_1_EN

#define LL_DDVS_RINGO_1_EN   (1<<1U)

DDVS Ringo_1 Enable

Definition at line 84 of file gr55xx_ll_ddvs.h.

◆ LL_DDVS_RINGO_2_EN

#define LL_DDVS_RINGO_2_EN   (1<<2U)

DDVS Ringo_2 Enable

Definition at line 85 of file gr55xx_ll_ddvs.h.

◆ LL_DDVS_RINGO_3_EN

#define LL_DDVS_RINGO_3_EN   (1<<3U)

DDVS Ringo_3 Enable

Definition at line 86 of file gr55xx_ll_ddvs.h.

◆ LL_DDVS_RINGO_ALL_DIS

#define LL_DDVS_RINGO_ALL_DIS   (0x0U)

DDVS All Ringos Disable

Definition at line 88 of file gr55xx_ll_ddvs.h.

◆ LL_DDVS_RINGO_ALL_EN

#define LL_DDVS_RINGO_ALL_EN   (0xFU)

DDVS All Ringos Enable

Definition at line 87 of file gr55xx_ll_ddvs.h.