Searched defs:USB_PACKET_FLAG (Results 1 – 4 of 4) sorted by relevance
18 export const USB_PACKET_FLAG: string = 'UB'; constant
45 const string USB_PACKET_FLAG = "UB"; // must 2bytes variable
43 const std::string USB_PACKET_FLAG = "UB"; // must 2bytes variable
313 pub const USB_PACKET_FLAG: &[u8] = "UB".as_bytes(); constant