Home
last modified time | relevance | path

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

/include/
A Dusb.h374 #define usb_sndintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \
376 #define usb_rcvintpipe(dev, endpoint) ((PIPE_INTERRUPT << 30) | \
409 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT)
A Dusb_defs.h197 #define PIPE_INTERRUPT 1U macro

Completed in 11 milliseconds