Macros

#define LL_USB_ENUM_TYPE_HW   (0x00000000UL)
 
#define LL_USB_ENUM_TYPE_MCU   (1UL << USB_CTRL_MCU_ENUM_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_USB_ENUM_TYPE_HW

#define LL_USB_ENUM_TYPE_HW   (0x00000000UL)

USB hardware enumeration type

Definition at line 115 of file gr55xx_ll_usb.h.

◆ LL_USB_ENUM_TYPE_MCU

#define LL_USB_ENUM_TYPE_MCU   (1UL << USB_CTRL_MCU_ENUM_Pos)

USB MCU enumeration type

Definition at line 116 of file gr55xx_ll_usb.h.