pub struct ImxWeim { /* private fields */ }Implementations§
Source§impl ImxWeim
impl ImxWeim
Sourcepub fn new(devtype: WeimDevtype) -> Self
pub fn new(devtype: WeimDevtype) -> Self
Creates a new instance.
Sourcepub fn set_cs_timing(&mut self, cs: usize, regs: &[u32])
pub fn set_cs_timing(&mut self, cs: usize, regs: &[u32])
Sets cs timing.
Sourcepub fn apply_timings(&self)
pub fn apply_timings(&self)
Performs the apply timings operation.
Sourcepub fn set_burst_clock(&self, enable: bool)
pub fn set_burst_clock(&self, enable: bool)
Sets burst clock.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ImxWeim
impl RefUnwindSafe for ImxWeim
impl Send for ImxWeim
impl Sync for ImxWeim
impl Unpin for ImxWeim
impl UnsafeUnpin for ImxWeim
impl UnwindSafe for ImxWeim
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