Searched defs:usb_hw_ep_profile (Results 1 – 1 of 1) sorted by relevance
175 struct usb_hw_ep_profile { struct176 uint16_t max_in_frame_size; /* IN-token direction */177 uint16_t max_out_frame_size; /* OUT-token direction */178 uint8_t is_simplex:1;179 uint8_t support_multi_buffer:1;180 uint8_t support_bulk:1;181 uint8_t support_control:1;182 uint8_t support_interrupt:1;183 uint8_t support_isochronous:1;184 uint8_t support_in:1; /* IN-token is supported */[all …]