Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_phdc.c275 phdcHandle->interruptIn.pipeStall = 0U; in USB_DevicePhdcEndpointsInit()
284 phdcHandle->bulkIn.pipeStall = 0U; in USB_DevicePhdcEndpointsInit()
292 phdcHandle->bulkOut.pipeStall = 0U; in USB_DevicePhdcEndpointsInit()
422 phdcHandle->interruptIn.pipeStall = 1U; in USB_DevicePhdcEvent()
428 phdcHandle->bulkIn.pipeStall = 1U; in USB_DevicePhdcEvent()
432 phdcHandle->bulkOut.pipeStall = 1U; in USB_DevicePhdcEvent()
452 if (0U != phdcHandle->interruptIn.pipeStall) in USB_DevicePhdcEvent()
454 phdcHandle->interruptIn.pipeStall = 0U; in USB_DevicePhdcEvent()
483 if (0U != phdcHandle->bulkIn.pipeStall) in USB_DevicePhdcEvent()
485 phdcHandle->bulkIn.pipeStall = 0U; in USB_DevicePhdcEvent()
[all …]
Dusb_device_cdc_acm.c254 cdcAcmHandle->interruptIn.pipeStall = 0U; in USB_DeviceCdcAcmEndpointsInit()
302 cdcAcmHandle->bulkIn.pipeStall = 0U; in USB_DeviceCdcAcmEndpointsInit()
313 cdcAcmHandle->bulkOut.pipeStall = 0U; in USB_DeviceCdcAcmEndpointsInit()
459 cdcAcmHandle->interruptIn.pipeStall = 1U; in USB_DeviceCdcAcmEvent()
470 cdcAcmHandle->bulkIn.pipeStall = 1U; in USB_DeviceCdcAcmEvent()
474 cdcAcmHandle->bulkOut.pipeStall = 1U; in USB_DeviceCdcAcmEvent()
495 if (0U != cdcAcmHandle->interruptIn.pipeStall) in USB_DeviceCdcAcmEvent()
497 cdcAcmHandle->interruptIn.pipeStall = 0U; in USB_DeviceCdcAcmEvent()
536 if (0U != cdcAcmHandle->bulkIn.pipeStall) in USB_DeviceCdcAcmEvent()
538 cdcAcmHandle->bulkIn.pipeStall = 0U; in USB_DeviceCdcAcmEvent()
[all …]
Dusb_device_phdc.h45 uint8_t pipeStall; /*!< pipe is stall */ member
Dusb_device_cdc_acm.h134 uint8_t pipeStall; /*!< pipe is stall */ member