pub struct OPAMP5 { /* private fields */ }
Expand description
OPAMP5 peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for OPAMP5
impl Peripheral for OPAMP5
impl Instance for OPAMP5
impl NonInvertingPin<OPAMP5> for PB14
impl NonInvertingPin<OPAMP5> for PC3
impl NonInvertingPin<OPAMP5> for PD12
impl OutputPin<OPAMP5> for PA8
Auto Trait Implementations§
impl Freeze for OPAMP5
impl RefUnwindSafe for OPAMP5
impl Send for OPAMP5
impl Sync for OPAMP5
impl Unpin for OPAMP5
impl UnwindSafe for OPAMP5
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