#[repr(transparent)]pub struct RdPathCtrlStatus(pub u32);Expand description
Read Path Control and Status Register
Tuple Fields§
§0: u32Implementations§
Source§impl RdPathCtrlStatus
impl RdPathCtrlStatus
Sourcepub const fn set_rd_capt(&mut self, val: u8)
pub const fn set_rd_capt(&mut self, val: u8)
Read Capture Clock Periods
Sourcepub const fn set_se_size(&mut self, val: u8)
pub const fn set_se_size(&mut self, val: u8)
SE Clock Periods
Sourcepub const fn ecc_enableb(&self) -> EccEnableb
pub const fn ecc_enableb(&self) -> EccEnableb
ECC Decoder Control
Sourcepub const fn set_ecc_enableb(&mut self, val: EccEnableb)
pub const fn set_ecc_enableb(&mut self, val: EccEnableb)
ECC Decoder Control
Sourcepub const fn set_misr_en(&mut self, val: MisrEn)
pub const fn set_misr_en(&mut self, val: MisrEn)
MISR Enable
Sourcepub const fn cpy_par_en(&self) -> CpyParEn
pub const fn cpy_par_en(&self) -> CpyParEn
Copy Parity Enable
Sourcepub const fn set_cpy_par_en(&mut self, val: CpyParEn)
pub const fn set_cpy_par_en(&mut self, val: CpyParEn)
Copy Parity Enable
Sourcepub const fn bist_mux_to_smw(&self) -> BistMuxToSmw
pub const fn bist_mux_to_smw(&self) -> BistMuxToSmw
BIST Mux to SMW
Sourcepub const fn set_bist_mux_to_smw(&mut self, val: BistMuxToSmw)
pub const fn set_bist_mux_to_smw(&mut self, val: BistMuxToSmw)
BIST Mux to SMW
Sourcepub const fn set_ad_set(&mut self, val: u8)
pub const fn set_ad_set(&mut self, val: u8)
Multi-Cycle Address Setup Time
Sourcepub const fn wr_path_en(&self) -> WrPathEn
pub const fn wr_path_en(&self) -> WrPathEn
Write Path Enable
Sourcepub const fn set_wr_path_en(&mut self, val: WrPathEn)
pub const fn set_wr_path_en(&mut self, val: WrPathEn)
Write Path Enable
Sourcepub const fn wr_path_ecc_en(&self) -> WrPathEccEn
pub const fn wr_path_ecc_en(&self) -> WrPathEccEn
Write Path ECC Enable
Sourcepub const fn set_wr_path_ecc_en(&mut self, val: WrPathEccEn)
pub const fn set_wr_path_ecc_en(&mut self, val: WrPathEccEn)
Write Path ECC Enable
Sourcepub const fn set_dberr_reg(&mut self, val: DberrReg)
pub const fn set_dberr_reg(&mut self, val: DberrReg)
Double-Bit Error
Sourcepub const fn set_sberr_reg(&mut self, val: SberrReg)
pub const fn set_sberr_reg(&mut self, val: SberrReg)
Single-Bit Error
Sourcepub const fn cpy_phrase_en(&self) -> CpyPhraseEn
pub const fn cpy_phrase_en(&self) -> CpyPhraseEn
Copy Phrase Enable
Sourcepub const fn set_cpy_phrase_en(&mut self, val: CpyPhraseEn)
pub const fn set_cpy_phrase_en(&mut self, val: CpyPhraseEn)
Copy Phrase Enable
Sourcepub const fn smw_array1_smw0_sel(&self) -> SmwArray1Smw0Sel
pub const fn smw_array1_smw0_sel(&self) -> SmwArray1Smw0Sel
SMW_ARRAY1_SMW0_SEL
Sourcepub const fn set_smw_array1_smw0_sel(&mut self, val: SmwArray1Smw0Sel)
pub const fn set_smw_array1_smw0_sel(&mut self, val: SmwArray1Smw0Sel)
SMW_ARRAY1_SMW0_SEL
Sourcepub const fn bist_ecc_en(&self) -> BistEccEn
pub const fn bist_ecc_en(&self) -> BistEccEn
BIST ECC Enable
Sourcepub const fn set_bist_ecc_en(&mut self, val: BistEccEn)
pub const fn set_bist_ecc_en(&mut self, val: BistEccEn)
BIST ECC Enable
Sourcepub const fn set_last_read(&mut self, val: LastRead)
pub const fn set_last_read(&mut self, val: LastRead)
Last Read
Trait Implementations§
Source§impl Clone for RdPathCtrlStatus
impl Clone for RdPathCtrlStatus
Source§fn clone(&self) -> RdPathCtrlStatus
fn clone(&self) -> RdPathCtrlStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RdPathCtrlStatus
impl Debug for RdPathCtrlStatus
Source§impl Default for RdPathCtrlStatus
impl Default for RdPathCtrlStatus
Source§fn default() -> RdPathCtrlStatus
fn default() -> RdPathCtrlStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for RdPathCtrlStatus
impl PartialEq for RdPathCtrlStatus
impl Copy for RdPathCtrlStatus
impl Eq for RdPathCtrlStatus
impl StructuralPartialEq for RdPathCtrlStatus
Auto Trait Implementations§
impl Freeze for RdPathCtrlStatus
impl RefUnwindSafe for RdPathCtrlStatus
impl Send for RdPathCtrlStatus
impl Sync for RdPathCtrlStatus
impl Unpin for RdPathCtrlStatus
impl UnwindSafe for RdPathCtrlStatus
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