Transceiver LDO_3.3V offer XCVR's current select

Macros

#define LL_USB_TRX_LDO_VSEL0   (0x00000000UL)
 
#define LL_USB_TRX_LDO_VSEL1   (1UL << AON_PMU_USB_TRX_LDO_VSEL_Pos)
 
#define LL_USB_TRX_LDO_VSEL2   (2UL << AON_PMU_USB_TRX_LDO_VSEL_Pos)
 
#define LL_USB_TRX_LDO_VSEL3   (3UL << AON_PMU_USB_TRX_LDO_VSEL_Pos)
 
#define LL_USB_TRX_LDO_VSEL4   (4UL << AON_PMU_USB_TRX_LDO_VSEL_Pos)
 
#define LL_USB_TRX_LDO_VSEL5   (5UL << AON_PMU_USB_TRX_LDO_VSEL_Pos)
 
#define LL_USB_TRX_LDO_VSEL6   (6UL << AON_PMU_USB_TRX_LDO_VSEL_Pos)
 
#define LL_USB_TRX_LDO_VSEL7   (7UL << AON_PMU_USB_TRX_LDO_VSEL_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_USB_TRX_LDO_VSEL0

#define LL_USB_TRX_LDO_VSEL0   (0x00000000UL)

LDO_3.3V offer XCVR's select: 0

Definition at line 137 of file gr55xx_ll_usb.h.

◆ LL_USB_TRX_LDO_VSEL1

#define LL_USB_TRX_LDO_VSEL1   (1UL << AON_PMU_USB_TRX_LDO_VSEL_Pos)

LDO_3.3V offer XCVR's select: 1

Definition at line 138 of file gr55xx_ll_usb.h.

◆ LL_USB_TRX_LDO_VSEL2

#define LL_USB_TRX_LDO_VSEL2   (2UL << AON_PMU_USB_TRX_LDO_VSEL_Pos)

LDO_3.3V offer XCVR's select: 2

Definition at line 139 of file gr55xx_ll_usb.h.

◆ LL_USB_TRX_LDO_VSEL3

#define LL_USB_TRX_LDO_VSEL3   (3UL << AON_PMU_USB_TRX_LDO_VSEL_Pos)

LDO_3.3V offer XCVR's select: 3

Definition at line 140 of file gr55xx_ll_usb.h.

◆ LL_USB_TRX_LDO_VSEL4

#define LL_USB_TRX_LDO_VSEL4   (4UL << AON_PMU_USB_TRX_LDO_VSEL_Pos)

LDO_3.3V offer XCVR's select: 4

Definition at line 141 of file gr55xx_ll_usb.h.

◆ LL_USB_TRX_LDO_VSEL5

#define LL_USB_TRX_LDO_VSEL5   (5UL << AON_PMU_USB_TRX_LDO_VSEL_Pos)

LDO_3.3V offer XCVR's select: 5

Definition at line 142 of file gr55xx_ll_usb.h.

◆ LL_USB_TRX_LDO_VSEL6

#define LL_USB_TRX_LDO_VSEL6   (6UL << AON_PMU_USB_TRX_LDO_VSEL_Pos)

LDO_3.3V offer XCVR's select: 6

Definition at line 143 of file gr55xx_ll_usb.h.

◆ LL_USB_TRX_LDO_VSEL7

#define LL_USB_TRX_LDO_VSEL7   (7UL << AON_PMU_USB_TRX_LDO_VSEL_Pos)

LDO_3.3V offer XCVR's select: 7

Definition at line 144 of file gr55xx_ll_usb.h.