pub struct W(/* private fields */);
Expand description
Register csic_bist_control
writer
Implementations§
source§impl W
impl W
sourcepub fn bist_en(&mut self) -> BIST_EN_W<'_, 0>
pub fn bist_en(&mut self) -> BIST_EN_W<'_, 0>
Bit 0 - BIST enable
A positive will trigger the BIST to start.
sourcepub fn bist_wdata_pat(&mut self) -> BIST_WDATA_PAT_W<'_, 1>
pub fn bist_wdata_pat(&mut self) -> BIST_WDATA_PAT_W<'_, 1>
Bits 1:3 - BIST write data pattern
sourcepub fn bist_addr_mode_sel(&mut self) -> BIST_ADDR_MODE_SEL_W<'_, 4>
pub fn bist_addr_mode_sel(&mut self) -> BIST_ADDR_MODE_SEL_W<'_, 4>
Bit 4 - BIST address mode select
sourcepub fn bist_reg_sel(&mut self) -> BIST_REG_SEL_W<'_, 5>
pub fn bist_reg_sel(&mut self) -> BIST_REG_SEL_W<'_, 5>
Bits 5:7 - BIST register select
Methods from Deref<Target = W<CSIC_BIST_CONTROL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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