Searched defs:USB_BIT_IS_SET (Results 1 – 2 of 2) sorted by relevance
65 #define USB_BIT_IS_SET(Data, Bit) ((BOOLEAN)(((Data) & (Bit)) == (Bit))) macro
148 #define USB_BIT_IS_SET(Data, Bit) ((BOOLEAN)(((Data) & (Bit)) == (Bit))) macro