AM261x MCU+ SDK  11.00.00

Detailed Description

Buffer used to store the SETUP packet for EP0.

Data Fields

usb_device_request_t req
 
u32 d32 [2]
 
char d8 [8]
 

Field Documentation

◆ req

usb_device_request_t dwc_setup_pkt_t::req

USB device request structure.

◆ d32

u32 dwc_setup_pkt_t::d32[2]

32-bit data representation of the SETUP packet.

◆ d8

char dwc_setup_pkt_t::d8[8]

8-byte data representation of the SETUP packet.