Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKComm.cpp57 const struct libusb_endpoint_descriptor *pEndpointDesc; in InitializeUsb() local
73 pEndpointDesc = pInterfaceDesc->endpoint+k; in InitializeUsb()
74 if ((pEndpointDesc->bEndpointAddress & 0x80) == 0) { in InitializeUsb()
76 m_pipeBulkOut = pEndpointDesc->bEndpointAddress; in InitializeUsb()
80 m_pipeBulkIn = pEndpointDesc->bEndpointAddress; in InitializeUsb()