pub struct R(/* private fields */);
Expand description
Register csic_bist_control
reader
Implementations§
source§impl R
impl R
sourcepub fn bist_en(&self) -> BIST_EN_R
pub fn bist_en(&self) -> BIST_EN_R
Bit 0 - BIST enable
A positive will trigger the BIST to start.
sourcepub fn bist_wdata_pat(&self) -> BIST_WDATA_PAT_R
pub fn bist_wdata_pat(&self) -> BIST_WDATA_PAT_R
Bits 1:3 - BIST write data pattern
sourcepub fn bist_addr_mode_sel(&self) -> BIST_ADDR_MODE_SEL_R
pub fn bist_addr_mode_sel(&self) -> BIST_ADDR_MODE_SEL_R
Bit 4 - BIST address mode select
sourcepub fn bist_reg_sel(&self) -> BIST_REG_SEL_R
pub fn bist_reg_sel(&self) -> BIST_REG_SEL_R
Bits 5:7 - BIST register select
sourcepub fn bist_busy(&self) -> BIST_BUSY_R
pub fn bist_busy(&self) -> BIST_BUSY_R
Bit 8 - BIST busy
sourcepub fn bist_stop(&self) -> BIST_STOP_R
pub fn bist_stop(&self) -> BIST_STOP_R
Bit 9 - BIST stop
sourcepub fn bist_err_cyc(&self) -> BIST_ERR_CYC_R
pub fn bist_err_cyc(&self) -> BIST_ERR_CYC_R
Bits 10:11 - BIST error cycle
sourcepub fn bist_err_pat(&self) -> BIST_ERR_PAT_R
pub fn bist_err_pat(&self) -> BIST_ERR_PAT_R
Bits 12:14 - BIST error pattern
sourcepub fn bist_err_sta(&self) -> BIST_ERR_STA_R
pub fn bist_err_sta(&self) -> BIST_ERR_STA_R
Bit 15 - BIST error status
Methods from Deref<Target = R<CSIC_BIST_CONTROL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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