AM261x MCU+ SDK  11.00.00
usb_ep_t Struct Reference

Detailed Description

Platform-specific USB endpoint

Data Fields

const void * desc
 
const void * comp_desc
 
unsigned maxpacket:16
 
u8 address
 

Field Documentation

◆ desc

const void* usb_ep_t::desc

Pointer to the descriptor for the USB endpoint.

◆ comp_desc

const void* usb_ep_t::comp_desc

Pointer to the companion descriptor for the USB endpoint.

◆ maxpacket

unsigned usb_ep_t::maxpacket

Maximum packet size for the USB endpoint.

◆ address

u8 usb_ep_t::address

Address of the USB endpoint.