pub struct COMP1 { /* private fields */ }Expand description
COMP1 peripheral
Implementations§
Trait Implementations§
impl Copy for COMP1
impl InputMinusPin<COMP1> for PB1
impl InputPlusPin<COMP1> for PA2
impl InputPlusPin<COMP1> for PB2
impl InputPlusPin<COMP1> for PB3
impl InputPlusPin<COMP1> for PB4
impl InputPlusPin<COMP1> for PB6
impl PeripheralType for COMP1
impl RccPeripheral for COMP1
Auto Trait Implementations§
impl Freeze for COMP1
impl RefUnwindSafe for COMP1
impl Send for COMP1
impl Sync for COMP1
impl Unpin for COMP1
impl UnwindSafe for COMP1
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