#[repr(transparent)]pub struct Misc(pub u32);Expand description
TSI Miscellaneous Register
Tuple Fields§
§0: u32Implementations§
Source§impl Misc
impl Misc
Sourcepub const fn cap_bank_2500ff(&self) -> CapBank2500ff
pub const fn cap_bank_2500ff(&self) -> CapBank2500ff
enable the 2500fF caps inside cap bank
Sourcepub const fn set_cap_bank_2500ff(&mut self, val: CapBank2500ff)
pub const fn set_cap_bank_2500ff(&mut self, val: CapBank2500ff)
enable the 2500fF caps inside cap bank
Sourcepub const fn cap_bank_312ff(&self) -> CapBank312ff
pub const fn cap_bank_312ff(&self) -> CapBank312ff
enable the 312fF caps inside cap bank
Sourcepub const fn set_cap_bank_312ff(&mut self, val: CapBank312ff)
pub const fn set_cap_bank_312ff(&mut self, val: CapBank312ff)
enable the 312fF caps inside cap bank
Sourcepub const fn dpd_mode_enable(&self) -> DpdModeEnable
pub const fn dpd_mode_enable(&self) -> DpdModeEnable
DPD_MODE_ENABLE
Sourcepub const fn set_dpd_mode_enable(&mut self, val: DpdModeEnable)
pub const fn set_dpd_mode_enable(&mut self, val: DpdModeEnable)
DPD_MODE_ENABLE
Sourcepub const fn cap_bank_148ff(&self) -> CapBank148ff
pub const fn cap_bank_148ff(&self) -> CapBank148ff
CAP_BANK_148FF
Sourcepub const fn set_cap_bank_148ff(&mut self, val: CapBank148ff)
pub const fn set_cap_bank_148ff(&mut self, val: CapBank148ff)
CAP_BANK_148FF
Sourcepub const fn cap_bank_en(&self) -> CapBankEn
pub const fn cap_bank_en(&self) -> CapBankEn
Test finger function enable signal
Sourcepub const fn set_cap_bank_en(&mut self, val: CapBankEn)
pub const fn set_cap_bank_en(&mut self, val: CapBankEn)
Test finger function enable signal
Sourcepub const fn clk_divider(&self) -> u8
pub const fn clk_divider(&self) -> u8
TSI Clock Divider
Sourcepub const fn set_clk_divider(&mut self, val: u8)
pub const fn set_clk_divider(&mut self, val: u8)
TSI Clock Divider
Sourcepub const fn counting_clk_high(&self) -> CountingClkHigh
pub const fn counting_clk_high(&self) -> CountingClkHigh
COUNTING_CLK_HIGH
Sourcepub const fn set_counting_clk_high(&mut self, val: CountingClkHigh)
pub const fn set_counting_clk_high(&mut self, val: CountingClkHigh)
COUNTING_CLK_HIGH
Trait Implementations§
impl Copy for Misc
impl Eq for Misc
impl StructuralPartialEq for Misc
Auto Trait Implementations§
impl Freeze for Misc
impl RefUnwindSafe for Misc
impl Send for Misc
impl Sync for Misc
impl Unpin for Misc
impl UnwindSafe for Misc
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