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) |
#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.
#define LL_USB_EP_ATTR_EP2_INT (0x00000000UL) |
Endpoint 2 attribute setting: interrupt
Definition at line 191 of file gr55xx_ll_usb.h.
#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.