Searched defs:USBEndpoint (Results 1 – 1 of 1) sorted by relevance
184 typedef struct USBEndpoint USBEndpoint; typedef206 struct USBEndpoint { struct207 uint8_t nr;208 uint8_t pid;209 uint8_t type;210 uint8_t ifnum;211 int max_packet_size;212 int max_streams;213 bool pipeline;214 bool halted;[all …]