pub struct COMP1 { /* private fields */ }Expand description
COMP1 peripheral
Implementations§
Trait Implementations§
Source§impl InvertingPin<COMP1> for PA0
impl InvertingPin<COMP1> for PA0
Source§impl InvertingPin<COMP1> for PA4
impl InvertingPin<COMP1> for PA4
Source§impl NonInvertingPin<COMP1> for PA1
impl NonInvertingPin<COMP1> for PA1
Source§impl NonInvertingPin<COMP1> for PB1
impl NonInvertingPin<COMP1> for PB1
impl Copy for COMP1
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