Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_phdc.c896 usb_host_phdc_qos_descriptor_t *qosDesc = NULL; in USB_HostPhdcRecv() local
928 qosDesc = (usb_host_phdc_qos_descriptor_t *)temp; in USB_HostPhdcRecv()
935 qosDesc = (usb_host_phdc_qos_descriptor_t *)temp; in USB_HostPhdcRecv()
939 if (0U == (qos & qosDesc->bmLatencyReliability)) in USB_HostPhdcRecv()
1027 usb_host_phdc_qos_descriptor_t *qosDesc = (usb_host_phdc_qos_descriptor_t *)temp; in USB_HostPhdcSend() local
1045 if (0U == (qosDesc->bmLatencyReliability & latencyReliability)) in USB_HostPhdcSend()