Home
last modified time | relevance | path

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

/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs39 struct DeviceId(&'static [u8; 8]); struct
41 impl std::ops::Index<hwaddr> for DeviceId { implementation