Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_video.c122 handle->controlAlternate = 0U; in USB_DeviceVideoFreeHandle()
414 …nterfaceList->interfaces[count].interface[index].alternateSetting == videoHandle->controlAlternate) in USB_DeviceVideoControlEndpointsInit()
1160 videoHandle->controlAlternate = 0U; in USB_DeviceVideoEvent()
1192 if (alternate == videoHandle->controlAlternate) in USB_DeviceVideoEvent()
1206 videoHandle->controlAlternate = alternate; in USB_DeviceVideoEvent()
1424 videoHandle->controlAlternate = 0xffU; in USB_DeviceVideoInit()
Dusb_device_audio.c141 handle->controlAlternate = 0U; in USB_DeviceAudioFreeHandle()
463 …nterfaceList->interfaces[count].interface[index].alternateSetting == audioHandle->controlAlternate) in USB_DeviceAudioControlEndpointsInit()
1785 audioHandle->controlAlternate = 0U; in USB_DeviceAudioEvent()
1810 if (alternate == audioHandle->controlAlternate) in USB_DeviceAudioEvent()
1817 audioHandle->controlAlternate = alternate; in USB_DeviceAudioEvent()
2025 audioHandle->controlAlternate = 0xffU; in USB_DeviceAudioInit()
Dusb_device_audio.h560 …uint8_t controlAlternate; /*!< Current alternate setting of the contr… member
Dusb_device_video.h884 …uint8_t controlAlternate; /*!< Current alternate setting of the contr… member