pub struct DsiDbi<'bus, 'd> { /* private fields */ }Expand description
Command-mode (DBI) handle.
Holds a mutable borrow of the MipiDsi bus so that command and video
modes cannot coexist without explicit sequencing.
Implementations§
Source§impl<'bus, 'd> DsiDbi<'bus, 'd>
impl<'bus, 'd> DsiDbi<'bus, 'd>
Sourcepub fn virtual_channel(&self) -> u8
pub fn virtual_channel(&self) -> u8
Returns the virtual channel ID this interface was configured with.