Searched refs:endpointInterruptIn (Results 1 – 2 of 2) sorted by relevance
260 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 …]
982 uint8_t endpointInterruptIn; /*!< The endpoint number of the interrupt IN pipe */ member