Searched refs:_GetEPRxStatus (Results 1 – 21 of 21) sorted by relevance
273 Status = _GetEPRxStatus(Related_Endpoint); in Standard_ClearFeature()339 Status = _GetEPRxStatus(Related_Endpoint); in Standard_SetEndPointFeature()700 Status = _GetEPRxStatus(Related_Endpoint); in Data_Setup0()
214 return (_GetEPRxStatus(bEpNum)); in USB_GetEpRxSts()
356 #define _GetEPRxStatus(bEpNum) ((uint16_t)_GetENDPOINT(bEpNum) & EPRX_STS) macro377 #define _GetRxStallStatus(bEpNum) (_GetEPRxStatus(bEpNum) == EP_RX_STALL)
355 #define _GetEPRxStatus(bEpNum) ((uint16_t)_GetENDPOINT(bEpNum) & EPRX_STS) macro376 #define _GetRxStallStatus(bEpNum) (_GetEPRxStatus(bEpNum) == EP_RX_STALL)
Completed in 69 milliseconds