Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_ccid.c260 if ((0U != ccidHandle->configuration) && (0U != ccidHandle->endpointInterruptIn)) in USB_DeviceCcidInterruptIn()
271 error = USB_DeviceSendRequest(ccidHandle->handle, ccidHandle->endpointInterruptIn, in USB_DeviceCcidInterruptIn()
641 ccidHandle->endpointInterruptIn = in USB_DeviceCcidEndpointsInit()
677 ccidHandle->endpointInterruptIn = 0U; in USB_DeviceCcidEndpointsDeinit()
778 if (0U != ccidHandle->endpointInterruptIn) in USB_DeviceCcidEvent()
801 … status = USB_DeviceSendRequest(ccidHandle->handle, ccidHandle->endpointInterruptIn, in USB_DeviceCcidEvent()
1003 ccidHandle->endpointInterruptIn = 0U; in USB_DeviceCcidInit()
1128 if ((0U != ccidHandle->configuration) && (0U != ccidHandle->endpointInterruptIn)) in USB_DeviceCcidNotifySlotChange()
1138 error = USB_DeviceSendRequest(ccidHandle->handle, ccidHandle->endpointInterruptIn, in USB_DeviceCcidNotifySlotChange()
1196 if ((0U != ccidHandle->configuration) && (0U != ccidHandle->endpointInterruptIn)) in USB_DeviceCcidNotifyHardwareError()
[all …]
Dusb_device_ccid.h982 uint8_t endpointInterruptIn; /*!< The endpoint number of the interrupt IN pipe */ member