pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn ao3_opt_offset_trim(&self) -> AO3_OPT_OFFSET_TRIMR
pub fn ao3_opt_offset_trim(&self) -> AO3_OPT_OFFSET_TRIMR
Bits 20:29 - OPAMP3, 10-bit offset trim value for normal mode
Sourcepub fn ao2_opt_offset_trim(&self) -> AO2_OPT_OFFSET_TRIMR
pub fn ao2_opt_offset_trim(&self) -> AO2_OPT_OFFSET_TRIMR
Bits 10:19 - OPAMP2, 10-bit offset trim value for normal mode
Sourcepub fn ao1_opt_offset_trim(&self) -> AO1_OPT_OFFSET_TRIMR
pub fn ao1_opt_offset_trim(&self) -> AO1_OPT_OFFSET_TRIMR
Bits 0:9 - OPAMP1, 10-bit offset trim value for normal mode
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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