#[repr(transparent)]pub struct Tst(pub u32);Expand description
ADC Test Register
Tuple Fields§
§0: u32Implementations§
Source§impl Tst
impl Tst
Sourcepub const fn set_cst_long(&mut self, val: CstLong)
pub const fn set_cst_long(&mut self, val: CstLong)
Calibration Sample Time Long
Sourcepub const fn set_foffm2(&mut self, val: Foffm2)
pub const fn set_foffm2(&mut self, val: Foffm2)
Force M-side negative offset
Sourcepub const fn set_foffp2(&mut self, val: Foffp2)
pub const fn set_foffp2(&mut self, val: Foffp2)
Force P-side negative offset
Sourcepub const fn set_testen(&mut self, val: Testen)
pub const fn set_testen(&mut self, val: Testen)
Enable test configuration
Trait Implementations§
impl Copy for Tst
impl Eq for Tst
impl StructuralPartialEq for Tst
Auto Trait Implementations§
impl Freeze for Tst
impl RefUnwindSafe for Tst
impl Send for Tst
impl Sync for Tst
impl Unpin for Tst
impl UnwindSafe for Tst
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