Searched refs:IndexToUSBEP (Results 1 – 9 of 9) sorted by relevance
320 #define IndexToUSBEP(x) (((uint32_t)(x) << 4) & 0xFF) macro
370 #define IndexToUSBEP(x) ((x)) macro
364 #define IndexToUSBEP(x) ((x) << 4) macro
5384 return (IndexToUSBEP(ui32Endpoint)); in USBLPMEndpointGet()
363 #define IndexToUSBEP(x) ((x) << 4) macro
5628 return(IndexToUSBEP(ui32Endpoint)); in USBLPMEndpointGet()
403 #define IndexToUSBEP(x) ((x) << 4)
Completed in 40 milliseconds