Struct OPAMP2
pub struct OPAMP2 { /* private fields */ }
Expand description
OPAMP2 peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for OPAMP2
impl Peripheral for OPAMP2
impl Instance for OPAMP2
impl OutputPin<OPAMP2> for PE7
impl RccPeripheral for OPAMP2
Auto Trait Implementations§
impl Freeze for OPAMP2
impl RefUnwindSafe for OPAMP2
impl Send for OPAMP2
impl Sync for OPAMP2
impl Unpin for OPAMP2
impl UnwindSafe for OPAMP2
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