#[repr(transparent)]pub struct Misc(pub u32);Expand description
TSI Miscellaneous
Tuple Fields§
§0: u32Implementations§
Source§impl Misc
impl Misc
Sourcepub const fn osc_clk_sel(&self) -> OscClkSel
pub const fn osc_clk_sel(&self) -> OscClkSel
Oscillator Clock Select
Sourcepub const fn set_osc_clk_sel(&mut self, val: OscClkSel)
pub const fn set_osc_clk_sel(&mut self, val: OscClkSel)
Oscillator Clock Select
Sourcepub const fn test_finger(&self) -> TestFinger
pub const fn test_finger(&self) -> TestFinger
Test Finger
Sourcepub const fn set_test_finger(&mut self, val: TestFinger)
pub const fn set_test_finger(&mut self, val: TestFinger)
Test Finger
Sourcepub const fn test_finger_en(&self) -> bool
pub const fn test_finger_en(&self) -> bool
Test Finger Function Enable Signals
Sourcepub const fn set_test_finger_en(&mut self, val: bool)
pub const fn set_test_finger_en(&mut self, val: bool)
Test Finger Function Enable Signals
Sourcepub const fn clkdivider(&self) -> u8
pub const fn clkdivider(&self) -> u8
TSI Clock Divider
Sourcepub const fn set_clkdivider(&mut self, val: u8)
pub const fn set_clkdivider(&mut self, val: u8)
TSI Clock Divider
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