Macros

#define LL_USB_EP_ATTR_EP2_INT   (0x00000000UL)
 
#define LL_USB_EP_ATTR_EP2_ISO   (1UL << USB_EP_ATTR_EP2_Pos)
 
#define LL_USB_EP_ATTR_EP2_BULK   (2UL << USB_EP_ATTR_EP2_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_USB_EP_ATTR_EP2_BULK

#define LL_USB_EP_ATTR_EP2_BULK   (2UL << USB_EP_ATTR_EP2_Pos)

Endpoint 2 attribute setting: bulk

Definition at line 193 of file gr55xx_ll_usb.h.

◆ LL_USB_EP_ATTR_EP2_INT

#define LL_USB_EP_ATTR_EP2_INT   (0x00000000UL)

Endpoint 2 attribute setting: interrupt

Definition at line 191 of file gr55xx_ll_usb.h.

◆ LL_USB_EP_ATTR_EP2_ISO

#define LL_USB_EP_ATTR_EP2_ISO   (1UL << USB_EP_ATTR_EP2_Pos)

Endpoint 2 attribute setting: Isochronous

Definition at line 192 of file gr55xx_ll_usb.h.