Searched refs:_GetEPTxStatus (Results 1 – 21 of 21) sorted by relevance
269 Status = _GetEPTxStatus(Related_Endpoint); in Standard_ClearFeature()335 Status = _GetEPTxStatus(Related_Endpoint); in Standard_SetEndPointFeature()696 Status = _GetEPTxStatus(Related_Endpoint); in Data_Setup0()
204 return (_GetEPTxStatus(bEpNum)); in USB_GetEpTxSts()
354 #define _GetEPTxStatus(bEpNum) ((uint16_t)_GetENDPOINT(bEpNum) & EPTX_STS) macro376 #define _GetTxStallStatus(bEpNum) (_GetEPTxStatus(bEpNum) == EP_TX_STALL)
353 #define _GetEPTxStatus(bEpNum) ((uint16_t)_GetENDPOINT(bEpNum) & EPTX_STS) macro375 #define _GetTxStallStatus(bEpNum) (_GetEPTxStatus(bEpNum) == EP_TX_STALL)
Completed in 39 milliseconds