Home
last modified time | relevance | path

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

/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs45 type Output = u8; typedef
47 fn index(&self, idx: hwaddr) -> &Self::Output { in index()
66 fn index_mut(&mut self, idx: u32) -> &mut Self::Output { in index_mut()
72 type Output = registers::Data; typedef
74 fn index(&self, idx: u32) -> &Self::Output { in index()