Searched refs:INT_BULK_SEL (Results 1 – 2 of 2) sorted by relevance
147 usb_opt = usb_opt & (~INT_BULK_SEL); in _InitInterrupt()149 usb_opt = usb_opt | (INT_BULK_SEL); in _InitInterrupt()
1241 #define INT_BULK_SEL BIT(4) macro