pub struct COMP4 { /* private fields */ }Expand description
COMP4 peripheral
Implementations§
Trait Implementations§
Source§impl InvertingPin<COMP4> for PB2
impl InvertingPin<COMP4> for PB2
Source§impl InvertingPin<COMP4> for PE8
impl InvertingPin<COMP4> for PE8
Source§impl NonInvertingPin<COMP4> for PB0
impl NonInvertingPin<COMP4> for PB0
Source§impl NonInvertingPin<COMP4> for PE7
impl NonInvertingPin<COMP4> for PE7
impl Copy for COMP4
impl PeripheralType for COMP4
impl RccPeripheral for COMP4
Auto Trait Implementations§
impl Freeze for COMP4
impl RefUnwindSafe for COMP4
impl Send for COMP4
impl Sync for COMP4
impl Unpin for COMP4
impl UnwindSafe for COMP4
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