pub struct CsTimingConfig {
pub t1: u32,
pub t2: u32,
pub t3: u32,
pub t4: u32,
pub t5: u32,
pub cycle_type: u32,
pub byte_rd16: bool,
pub mux_en: bool,
pub splt_en: bool,
pub wr_en: bool,
pub byte_en: bool,
pub hrdy_pol: bool,
}Fields§
§t1: u32§t2: u32§t3: u32§t4: u32§t5: u32§cycle_type: u32§byte_rd16: bool§mux_en: bool§splt_en: bool§wr_en: bool§byte_en: bool§hrdy_pol: boolAuto Trait Implementations§
impl Freeze for CsTimingConfig
impl RefUnwindSafe for CsTimingConfig
impl Send for CsTimingConfig
impl Sync for CsTimingConfig
impl Unpin for CsTimingConfig
impl UnsafeUnpin for CsTimingConfig
impl UnwindSafe for CsTimingConfig
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