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