Platform-specific USB endpoint
Data Fields | |
| const void * | desc |
| const void * | comp_desc |
| unsigned | maxpacket:16 |
| u8 | address |
| const void* usb_ep_t::desc |
Pointer to the descriptor for the USB endpoint.
| const void* usb_ep_t::comp_desc |
Pointer to the companion descriptor for the USB endpoint.
| unsigned usb_ep_t::maxpacket |
Maximum packet size for the USB endpoint.
| u8 usb_ep_t::address |
Address of the USB endpoint.