pub struct OPAMP1_OTR { /* private fields */ }
Expand description
OPAMP1 offset trimming register in normal mode
Implementations§
Source§impl OPAMP1_OTR
impl OPAMP1_OTR
Auto Trait Implementations§
impl !Freeze for OPAMP1_OTR
impl !RefUnwindSafe for OPAMP1_OTR
impl Send for OPAMP1_OTR
impl !Sync for OPAMP1_OTR
impl Unpin for OPAMP1_OTR
impl UnwindSafe for OPAMP1_OTR
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