Searched defs:bInterfaceSubClass (Results 1 – 4 of 4) sorted by relevance
/components/drivers/usb/cherryusb/class/hid/ |
A D | usb_hid.h | 583 #define HID_MOUSE_DESCRIPTOR_INIT(bInterfaceNumber, bInterfaceSubClass, wItemLength, int_ep, wMaxPa… argument 610 #define HID_KEYBOARD_DESCRIPTOR_INIT(bInterfaceNumber, bInterfaceSubClass, wItemLength, int_ep, wMa… argument 637 #define HID_CUSTOM_INOUT_DESCRIPTOR_INIT(bInterfaceNumber, bInterfaceSubClass, wItemLength, in_ep, … argument
|
/components/drivers/usb/cherryusb/core/ |
A D | usbh_core.h | 66 uint8_t bInterfaceSubClass; /* Sub-class, depends on base class. Eg. */ member
|
/components/drivers/usb/cherryusb/common/ |
A D | usb_def.h | 389 uint8_t bInterfaceSubClass; /* Sub-Class code, 0 if class = 0 */ member 689 … bInterfaceClass, bInterfaceSubClass, bInterfaceProtocol, iInterface) \ argument
|
/components/drivers/include/drivers/ |
A D | usb_common.h | 316 rt_uint8_t bInterfaceSubClass; member
|
Completed in 21 milliseconds