pub struct DsiCommandConfig {
pub color: DsiColor,
pub channel: u8,
pub refresh: DsiLtdcRefreshMode,
pub vsync_polarity: PolarityActive,
pub te_source: DsiTearEventSource,
pub te_polarity: PolarityActive,
}Expand description
DSI Adapted Command Mode configuration
Fields§
§color: DsiColorColor mode
channel: u8Virtual Channel ID
refresh: DsiLtdcRefreshModeRefresh mode
vsync_polarity: PolarityActiveLTDC VSYNC polarity
te_source: DsiTearEventSourceTear event source
te_polarity: PolarityActiveTear event polarity
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DsiCommandConfig
impl RefUnwindSafe for DsiCommandConfig
impl Send for DsiCommandConfig
impl Sync for DsiCommandConfig
impl Unpin for DsiCommandConfig
impl UnwindSafe for DsiCommandConfig
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