pub struct COMP3 { /* private fields */ }Expand description
COMP3 peripheral
Implementations§
Trait Implementations§
Source§impl InvertingPin<COMP3> for PC0
impl InvertingPin<COMP3> for PC0
Source§impl InvertingPin<COMP3> for PF1
impl InvertingPin<COMP3> for PF1
Source§impl NonInvertingPin<COMP3> for PA0
impl NonInvertingPin<COMP3> for PA0
Source§impl NonInvertingPin<COMP3> for PC1
impl NonInvertingPin<COMP3> for PC1
impl Copy for COMP3
impl PeripheralType for COMP3
impl RccPeripheral for COMP3
Auto Trait Implementations§
impl Freeze for COMP3
impl RefUnwindSafe for COMP3
impl Send for COMP3
impl Sync for COMP3
impl Unpin for COMP3
impl UnwindSafe for COMP3
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