pub struct COMP7 { /* private fields */ }Expand description
COMP7 peripheral
Implementations§
Trait Implementations§
Source§impl InvertingPin<COMP7> for PB12
impl InvertingPin<COMP7> for PB12
Source§impl InvertingPin<COMP7> for PD15
impl InvertingPin<COMP7> for PD15
Source§impl NonInvertingPin<COMP7> for PB14
impl NonInvertingPin<COMP7> for PB14
Source§impl NonInvertingPin<COMP7> for PD14
impl NonInvertingPin<COMP7> for PD14
impl Copy for COMP7
impl PeripheralType for COMP7
impl RccPeripheral for COMP7
Auto Trait Implementations§
impl Freeze for COMP7
impl RefUnwindSafe for COMP7
impl Send for COMP7
impl Sync for COMP7
impl Unpin for COMP7
impl UnwindSafe for COMP7
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