#[repr(transparent)]pub struct Sosctest(pub u32);Expand description
SOSC Test Register.
Tuple Fields§
§0: u32Implementations§
Source§impl Sosctest
impl Sosctest
Sourcepub const fn sosc_xtm_test_mode_en(&self) -> bool
pub const fn sosc_xtm_test_mode_en(&self) -> bool
SOSC XTM Test Mode Enable (connect to analog pin xtm_lv).
Sourcepub const fn set_sosc_xtm_test_mode_en(&mut self, val: bool)
pub const fn set_sosc_xtm_test_mode_en(&mut self, val: bool)
SOSC XTM Test Mode Enable (connect to analog pin xtm_lv).
Sourcepub const fn set_tstmd(&mut self, val: Tstmd)
pub const fn set_tstmd(&mut self, val: Tstmd)
OSC Test Select (connect to analog pin tst_md_lv[1:0]).
Sourcepub const fn set_xo_ok_lv(&mut self, val: bool)
pub const fn set_xo_ok_lv(&mut self, val: bool)
The analog output xo_ok_lv.
Trait Implementations§
impl Copy for Sosctest
impl Eq for Sosctest
impl StructuralPartialEq for Sosctest
Auto Trait Implementations§
impl Freeze for Sosctest
impl RefUnwindSafe for Sosctest
impl Send for Sosctest
impl Sync for Sosctest
impl Unpin for Sosctest
impl UnwindSafe for Sosctest
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