pub struct OPAMP4 { /* private fields */ }
Expand description
OPAMP4 peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for OPAMP4
impl Peripheral for OPAMP4
impl Instance for OPAMP4
impl NonInvertingPin<OPAMP4> for PA4
impl NonInvertingPin<OPAMP4> for PB11
impl NonInvertingPin<OPAMP4> for PB13
impl NonInvertingPin<OPAMP4> for PD11
impl OutputPin<OPAMP4> for PB12
Auto Trait Implementations§
impl Freeze for OPAMP4
impl RefUnwindSafe for OPAMP4
impl Send for OPAMP4
impl Sync for OPAMP4
impl Unpin for OPAMP4
impl UnwindSafe for OPAMP4
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