Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_cdc_acm.c237 cdcAcmHandle->commInterfaceHandle = interface; in USB_DeviceCdcAcmEndpointsInit()
341 if ((NULL == cdcAcmHandle->commInterfaceHandle) || (NULL == cdcAcmHandle->dataInterfaceHandle)) in USB_DeviceCdcAcmEndpointsDeinit()
345 for (count = 0U; count < cdcAcmHandle->commInterfaceHandle->endpointList.count; count++) in USB_DeviceCdcAcmEndpointsDeinit()
348 …cdcAcmHandle->handle, cdcAcmHandle->commInterfaceHandle->endpointList.endpoint[count].endpointAddr… in USB_DeviceCdcAcmEndpointsDeinit()
355 cdcAcmHandle->commInterfaceHandle = NULL; in USB_DeviceCdcAcmEndpointsDeinit()
449 … if ((NULL == cdcAcmHandle->configStruct) || (NULL == cdcAcmHandle->commInterfaceHandle) || in USB_DeviceCdcAcmEvent()
455 for (count = 0U; count < cdcAcmHandle->commInterfaceHandle->endpointList.count; count++) in USB_DeviceCdcAcmEvent()
457 … if (*temp8 == cdcAcmHandle->commInterfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DeviceCdcAcmEvent()
481 … if ((NULL == cdcAcmHandle->configStruct) || (NULL == cdcAcmHandle->commInterfaceHandle) || in USB_DeviceCdcAcmEvent()
487 for (count = 0U; count < cdcAcmHandle->commInterfaceHandle->endpointList.count; count++) in USB_DeviceCdcAcmEvent()
[all …]
Dusb_device_cdc_acm.h144 …usb_device_interface_struct_t *commInterfaceHandle; /*!< The CDC communication interface handle. */ member