pub struct Config {
pub bus_width: BusWidth,
pub direction: Direction,
pub clock_polarity: ClockPolarity,
pub enable_de_rdy: bool,
}Expand description
PSSI configuration.
Fields§
§bus_width: BusWidthParallel bus width.
direction: DirectionData transfer direction.
clock_polarity: ClockPolarityPixel clock polarity.
enable_de_rdy: boolEnable DE (Data Enable) / RDY (Ready) pin signals.
Trait Implementations§
impl Copy for Config
impl Eq for Config
impl StructuralPartialEq for Config
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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