Searched defs:bFirstInterface (Results 1 – 8 of 8) sorted by relevance
/components/drivers/usb/cherryusb/class/adb/ |
A D | usbd_adb.h | 15 #define ADB_DESCRIPTOR_INIT(bFirstInterface, in_ep, out_ep, wMaxPacketSize) \ argument
|
/components/drivers/usb/cherryusb/class/msc/ |
A D | usb_msc.h | 64 #define MSC_DESCRIPTOR_INIT(bFirstInterface, out_ep, in_ep, wMaxPacketSize, str_idx) \ argument
|
/components/drivers/usb/cherryusb/class/cdc/ |
A D | usb_cdc.h | 416 #define CDC_ACM_DESCRIPTOR_INIT(bFirstInterface, int_ep, out_ep, in_ep, wMaxPacketSize, str_idx) \ argument 485 #define CDC_RNDIS_DESCRIPTOR_INIT(bFirstInterface, int_ep, out_ep, in_ep, wMaxPacketSize, str_idx) \ argument 556 #define CDC_ECM_DESCRIPTOR_INIT(bFirstInterface, int_ep, out_ep, in_ep, wMaxPacketSize, \ argument 626 #define CDC_NCM_DESCRIPTOR_INIT(bFirstInterface, int_ep, out_ep, in_ep, wMaxPacketSize, \ argument
|
/components/drivers/usb/cherryusb/common/ |
A D | usb_def.h | 421 uint8_t bFirstInterface; member 539 uint8_t bFirstInterface; member 708 #define USB_IAD_INIT(bFirstInterface, bInterfaceCount, bFunctionClass, bFunctionSubClass, bFunction… argument
|
/components/drivers/usb/cherryusb/class/audio/ |
A D | usb_audio.h | 713 #define AUDIO_AC_DESCRIPTOR_INIT(bFirstInterface, bInterfaceCount, wTotalLength, stridx, ...) \ argument 1099 #define AUDIO_V2_AC_DESCRIPTOR_INIT(bFirstInterface, bInterfaceCount, wTotalLength, bCategory, bmCo… argument
|
/components/drivers/include/drivers/ |
A D | usb_common.h | 327 rt_uint8_t bFirstInterface; member
|
/components/drivers/usb/cherryusb/class/video/ |
A D | usb_video.h | 1110 #define VIDEO_VC_DESCRIPTOR_INIT(bFirstInterface, bEndpointAddress, bcdUVC, wTotalLength, dwClockFr… argument 1176 #define VIDEO_VC_NOEP_DESCRIPTOR_INIT(bFirstInterface, bEndpointAddress, bcdUVC, wTotalLength, dwCl… argument
|
/components/drivers/usb/cherryusb/class/mtp/ |
A D | usb_mtp.h | 651 #define MTP_DESCRIPTOR_INIT(bFirstInterface, out_ep, in_ep, int_ep, wMaxPacketSize, str_idx) \ argument
|
Completed in 40 milliseconds