#[repr(transparent)]pub struct Tr(pub u32);Expand description
Test Register
Tuple Fields§
§0: u32Implementations§
Source§impl Tr
impl Tr
Sourcepub const fn p0_byp_sel(&self) -> P0BypSel
pub const fn p0_byp_sel(&self) -> P0BypSel
Selects the active CS when PO_BYP_EN is set
Sourcepub const fn set_p0_byp_sel(&mut self, val: P0BypSel)
pub const fn set_p0_byp_sel(&mut self, val: P0BypSel)
Selects the active CS when PO_BYP_EN is set
Sourcepub const fn set_p0_byp_en(&mut self, val: bool)
pub const fn set_p0_byp_en(&mut self, val: bool)
Enables bypassing of the filter logic
Sourcepub const fn p1_byp_sel(&self) -> P1BypSel
pub const fn p1_byp_sel(&self) -> P1BypSel
Selects the active CS when P1_BYP_EN is set
Sourcepub const fn set_p1_byp_sel(&mut self, val: P1BypSel)
pub const fn set_p1_byp_sel(&mut self, val: P1BypSel)
Selects the active CS when P1_BYP_EN is set
Sourcepub const fn set_p1_byp_en(&mut self, val: bool)
pub const fn set_p1_byp_en(&mut self, val: bool)
Enables bypassing of the filter logic
Sourcepub const fn p0_ff_byp_en(&self) -> bool
pub const fn p0_ff_byp_en(&self) -> bool
Enables bypassing of the synchronization logic of CS on negedge of SCLK
Sourcepub const fn set_p0_ff_byp_en(&mut self, val: bool)
pub const fn set_p0_ff_byp_en(&mut self, val: bool)
Enables bypassing of the synchronization logic of CS on negedge of SCLK
Sourcepub const fn p1_ff_byp_en(&self) -> bool
pub const fn p1_ff_byp_en(&self) -> bool
Enables bypassing of the synchronization logic of CS on negedge of SCLK
Sourcepub const fn set_p1_ff_byp_en(&mut self, val: bool)
pub const fn set_p1_ff_byp_en(&mut self, val: bool)
Enables bypassing of the synchronization logic of CS on negedge of SCLK
Sourcepub const fn set_p0_mfg_id(&mut self, val: P0MfgId)
pub const fn set_p0_mfg_id(&mut self, val: P0MfgId)
Sets the Flash memory manufacturer
Sourcepub const fn set_p1_mfg_id(&mut self, val: P1MfgId)
pub const fn set_p1_mfg_id(&mut self, val: P1MfgId)
Sets the Flash memory manufacturer
Trait Implementations§
impl Copy for Tr
impl Eq for Tr
impl StructuralPartialEq for Tr
Auto Trait Implementations§
impl Freeze for Tr
impl RefUnwindSafe for Tr
impl Send for Tr
impl Sync for Tr
impl Unpin for Tr
impl UnwindSafe for Tr
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