Home
last modified time | relevance | path

Searched refs:subclassCode (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_class.h98 uint8_t subclassCode; /*!< Subclass code of the interface*/ member
Dusb_device_video.c286 (USB_DEVICE_VIDEO_SC_VIDEOSTREAMING == interfaceList->interfaces[count].subclassCode)) in USB_DeviceVideoStreamEndpointsInit()
410 (USB_DEVICE_VIDEO_SC_VIDEOCONTROL == interfaceList->interfaces[count].subclassCode)) in USB_DeviceVideoControlEndpointsInit()
Dusb_device_audio.c306 (USB_DEVICE_AUDIO_STREAM_SUBCLASS == interfaceList->interfaces[count].subclassCode)) in USB_DeviceAudioStreamEndpointsInit()
459 (USB_DEVICE_AUDIO_CONTROL_SUBCLASS == interfaceList->interfaces[count].subclassCode)) in USB_DeviceAudioControlEndpointsInit()
Dusb_device_ccid.c590 (USB_DEVICE_CCID_SUBCLASS_CODE == interfaceList->interfaces[count].subclassCode) && in USB_DeviceCcidEndpointsInit()