#[repr(transparent)]pub struct Timing1(pub u32);Expand description
Timing1
Tuple Fields§
§0: u32Implementations§
Source§impl Timing1
impl Timing1
Sourcepub const fn set_trelax(&mut self, val: u8)
pub const fn set_trelax(&mut self, val: u8)
CSB, PGENB and LOAD to STROBE setup and hold time
Sourcepub const fn tps(&self) -> u8
pub const fn tps(&self) -> u8
PS to CSB setup and hold time between power switch and chip select assertion
Sourcepub const fn set_tps(&mut self, val: u8)
pub const fn set_tps(&mut self, val: u8)
PS to CSB setup and hold time between power switch and chip select assertion
Trait Implementations§
impl Copy for Timing1
impl Eq for Timing1
impl StructuralPartialEq for Timing1
Auto Trait Implementations§
impl Freeze for Timing1
impl RefUnwindSafe for Timing1
impl Send for Timing1
impl Sync for Timing1
impl Unpin for Timing1
impl UnwindSafe for Timing1
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