pub struct OPAMP1_CSR { /* private fields */ }
Expand description
OPAMP1 control/status register
Implementations§
Source§impl OPAMP1_CSR
impl OPAMP1_CSR
Auto Trait Implementations§
impl !Freeze for OPAMP1_CSR
impl !RefUnwindSafe for OPAMP1_CSR
impl Send for OPAMP1_CSR
impl !Sync for OPAMP1_CSR
impl Unpin for OPAMP1_CSR
impl UnwindSafe for OPAMP1_CSR
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