Macros

#define LL_USB_EP_ATTR_EP3_INT   (0x00000000UL)
 
#define LL_USB_EP_ATTR_EP3_ISO   (1UL << USB_EP_ATTR_EP3_Pos)
 
#define LL_USB_EP_ATTR_EP3_BULK   (2UL << USB_EP_ATTR_EP3_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_USB_EP_ATTR_EP3_BULK

#define LL_USB_EP_ATTR_EP3_BULK   (2UL << USB_EP_ATTR_EP3_Pos)

Endpoint 3 attribute setting: bulk

Definition at line 201 of file gr55xx_ll_usb.h.

◆ LL_USB_EP_ATTR_EP3_INT

#define LL_USB_EP_ATTR_EP3_INT   (0x00000000UL)

Endpoint 3 attribute setting: interrupt

Definition at line 199 of file gr55xx_ll_usb.h.

◆ LL_USB_EP_ATTR_EP3_ISO

#define LL_USB_EP_ATTR_EP3_ISO   (1UL << USB_EP_ATTR_EP3_Pos)

Endpoint 3 attribute setting: Isochronous

Definition at line 200 of file gr55xx_ll_usb.h.