Home
last modified time | relevance | path

Searched defs:USB_PACKET_FLAG (Results 1 – 4 of 4) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/hdc/common/
DConstantType.ts18 export const USB_PACKET_FLAG: string = 'UB'; constant
/developtools/hdc/src/common/
Dusb.h45 const string USB_PACKET_FLAG = "UB"; // must 2bytes variable
/developtools/hdc/hdc_rust/src/cffi/
Dusb_types.h43 const std::string USB_PACKET_FLAG = "UB"; // must 2bytes variable
/developtools/hdc/hdc_rust/src/
Dconfig.rs313 pub const USB_PACKET_FLAG: &[u8] = "UB".as_bytes(); constant