pub struct DsiVideoConfig {
pub mode: DsiVideoMode,
pub color: DsiColor,
pub channel: u8,
pub bta: bool,
pub lpvsa: bool,
pub lpvbp: bool,
pub lpvfp: bool,
pub lpva: bool,
pub lphbp: bool,
pub lphfp: bool,
pub lpcmd: bool,
}Expand description
DSI Video configuration
Fields§
§mode: DsiVideoModeBurst mode
color: DsiColorColor coding
channel: u8Virtual Channel ID
bta: boolBus turnaround acknowledge enable
lpvsa: boolLow power vertical sync active
lpvbp: boolLow power vertical back porch
lpvfp: boolLow power vertical front porch
lpva: boolLow power vertical active
lphbp: boolLow power horizontal back porch
lphfp: boolLow power horizontal front porch
lpcmd: boolLower power command transmission enable
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DsiVideoConfig
impl RefUnwindSafe for DsiVideoConfig
impl Send for DsiVideoConfig
impl Sync for DsiVideoConfig
impl Unpin for DsiVideoConfig
impl UnwindSafe for DsiVideoConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more