pub struct COMP6 { /* private fields */ }Expand description
COMP6 peripheral
Implementations§
Trait Implementations§
Source§impl InvertingPin<COMP6> for PB15
impl InvertingPin<COMP6> for PB15
Source§impl InvertingPin<COMP6> for PD10
impl InvertingPin<COMP6> for PD10
Source§impl NonInvertingPin<COMP6> for PB11
impl NonInvertingPin<COMP6> for PB11
Source§impl NonInvertingPin<COMP6> for PD11
impl NonInvertingPin<COMP6> for PD11
impl Copy for COMP6
impl PeripheralType for COMP6
impl RccPeripheral for COMP6
Auto Trait Implementations§
impl Freeze for COMP6
impl RefUnwindSafe for COMP6
impl Send for COMP6
impl Sync for COMP6
impl Unpin for COMP6
impl UnwindSafe for COMP6
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