Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/hcidoc/src/
Dparser.rs110 pub timestamp_magic_us: u64, field
167 timestamp_magic_us: u64::from_be_bytes(ts_bytes.try_into().unwrap()), in try_from()
358 let base_ts = i64::try_from(packet.timestamp_magic_us) in try_from()