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