Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_audio.c1692 uint8_t endp_num; in USB_HostAudioEndpointRequest() local
1736 endp_num = (audioPtr->isoEpNum | 0x80U); in USB_HostAudioEndpointRequest()
1740 endp_num = audioPtr->isoEpNum; in USB_HostAudioEndpointRequest()
1745endp_num, p_endpoint_request->length, (uint8_t *)buf, callbackFn, callbackParam); in USB_HostAudioEndpointRequest()