Searched defs:hid_s (Results 1 – 1 of 1) sorted by relevance
26 struct hid_s struct28 struct rt_device parent;29 struct ufunction *func;30 uep_t ep_in;31 uep_t ep_out;32 int status;33 rt_uint8_t protocol;34 rt_uint8_t report_buf[MAX_REPORT_SIZE];35 struct rt_messagequeue hid_mq;
Completed in 2 milliseconds