#[repr(transparent)]pub struct Test(pub u32);Expand description
TSI TEST Register
Tuple Fields§
§0: u32Implementations§
Source§impl Test
impl Test
Sourcepub const fn tsi_test_en(&self) -> TsiTestEn
pub const fn tsi_test_en(&self) -> TsiTestEn
TSI_TEST_EN
Sourcepub const fn set_tsi_test_en(&mut self, val: TsiTestEn)
pub const fn set_tsi_test_en(&mut self, val: TsiTestEn)
TSI_TEST_EN
Sourcepub const fn dpd_test_en(&self) -> DpdTestEn
pub const fn dpd_test_en(&self) -> DpdTestEn
DPD_TEST_EN
Sourcepub const fn set_dpd_test_en(&mut self, val: DpdTestEn)
pub const fn set_dpd_test_en(&mut self, val: DpdTestEn)
DPD_TEST_EN
Sourcepub const fn dpd_test_eosf(&self) -> DpdTestEosf
pub const fn dpd_test_eosf(&self) -> DpdTestEosf
End of Scan Flag in DPD test mode
Sourcepub const fn set_dpd_test_eosf(&mut self, val: DpdTestEosf)
pub const fn set_dpd_test_eosf(&mut self, val: DpdTestEosf)
End of Scan Flag in DPD test mode
Sourcepub const fn tsi_ana_test_setting(&self) -> TsiAnaTestSetting
pub const fn tsi_ana_test_setting(&self) -> TsiAnaTestSetting
TSI_ANA_TEST_SETTING
Sourcepub const fn set_tsi_ana_test_setting(&mut self, val: TsiAnaTestSetting)
pub const fn set_tsi_ana_test_setting(&mut self, val: TsiAnaTestSetting)
TSI_ANA_TEST_SETTING
Sourcepub const fn clksoc_sel(&self) -> bool
pub const fn clksoc_sel(&self) -> bool
CLKSOC_SEL
Sourcepub const fn set_clksoc_sel(&mut self, val: bool)
pub const fn set_clksoc_sel(&mut self, val: bool)
CLKSOC_SEL
Sourcepub const fn set_run_ctrl(&mut self, val: RunCtrl)
pub const fn set_run_ctrl(&mut self, val: RunCtrl)
RUN_CTRL
Trait Implementations§
impl Copy for Test
impl Eq for Test
impl StructuralPartialEq for Test
Auto Trait Implementations§
impl Freeze for Test
impl RefUnwindSafe for Test
impl Send for Test
impl Sync for Test
impl Unpin for Test
impl UnwindSafe for Test
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