Macros

#define LL_USB_EP_ATTR_EP1_INT   (0x00000000UL)
 
#define LL_USB_EP_ATTR_EP1_ISO   (1UL << USB_EP_ATTR_EP1_Pos)
 
#define LL_USB_EP_ATTR_EP1_BULK   (2UL << USB_EP_ATTR_EP1_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_USB_EP_ATTR_EP1_BULK

#define LL_USB_EP_ATTR_EP1_BULK   (2UL << USB_EP_ATTR_EP1_Pos)

Endpoint 1 attribute setting: bulk

Definition at line 185 of file gr55xx_ll_usb.h.

◆ LL_USB_EP_ATTR_EP1_INT

#define LL_USB_EP_ATTR_EP1_INT   (0x00000000UL)

Endpoint 1 attribute setting: interrupt

Definition at line 183 of file gr55xx_ll_usb.h.

◆ LL_USB_EP_ATTR_EP1_ISO

#define LL_USB_EP_ATTR_EP1_ISO   (1UL << USB_EP_ATTR_EP1_Pos)

Endpoint 1 attribute setting: Isochronous

Definition at line 184 of file gr55xx_ll_usb.h.