Searched refs:ccidHandle (Results 1 – 1 of 1) sorted by relevance
41 static usb_status_t USB_DeviceCcidEndpointsInit(usb_device_ccid_struct_t *ccidHandle);42 static usb_status_t USB_DeviceCcidEndpointsDeinit(usb_device_ccid_struct_t *ccidHandle);197 usb_device_ccid_struct_t *ccidHandle = (usb_device_ccid_struct_t *)callbackParam; in USB_DeviceCcidInterruptIn() local217 if (NULL != ccidHandle->configStruct->classCallback) in USB_DeviceCcidInterruptIn()223 … if (kStatus_USB_Success != ccidHandle->configStruct->classCallback((class_handle_t)ccidHandle, in USB_DeviceCcidInterruptIn()230 (void)ccidHandle->configStruct->classCallback((class_handle_t)ccidHandle, in USB_DeviceCcidInterruptIn()237 if (NULL != ccidHandle->configStruct->classCallback) in USB_DeviceCcidInterruptIn()243 … if (kStatus_USB_Success != ccidHandle->configStruct->classCallback((class_handle_t)ccidHandle, in USB_DeviceCcidInterruptIn()250 (void)ccidHandle->configStruct->classCallback((class_handle_t)ccidHandle, in USB_DeviceCcidInterruptIn()260 if ((0U != ccidHandle->configuration) && (0U != ccidHandle->endpointInterruptIn)) in USB_DeviceCcidInterruptIn()[all …]