Searched refs:pipeStall (Results 1 – 4 of 4) sorted by relevance
275 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 …]
254 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 …]
45 uint8_t pipeStall; /*!< pipe is stall */ member
134 uint8_t pipeStall; /*!< pipe is stall */ member