Macros

#define HAL_USB_FIFO_EP0   (USB_BASE + 0x40)
 
#define HAL_USB_FIFO_EP1   (USB_BASE + 0x44)
 
#define HAL_USB_FIFO_EP2   (USB_BASE + 0x48)
 
#define HAL_USB_FIFO_EP3   (USB_BASE + 0x4C)
 

Detailed Description

Macro Definition Documentation

◆ HAL_USB_FIFO_EP0

#define HAL_USB_FIFO_EP0   (USB_BASE + 0x40)

USB EP0 FIFO address.

Definition at line 278 of file gr55xx_hal_usb.h.

◆ HAL_USB_FIFO_EP1

#define HAL_USB_FIFO_EP1   (USB_BASE + 0x44)

USB EP1 FIFO address.

Definition at line 279 of file gr55xx_hal_usb.h.

◆ HAL_USB_FIFO_EP2

#define HAL_USB_FIFO_EP2   (USB_BASE + 0x48)

USB EP2 FIFO address.

Definition at line 280 of file gr55xx_hal_usb.h.

◆ HAL_USB_FIFO_EP3

#define HAL_USB_FIFO_EP3   (USB_BASE + 0x4C)

USB EP3 FIFO address.

Definition at line 281 of file gr55xx_hal_usb.h.