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