pub struct COMP5 { /* private fields */ }Expand description
COMP5 peripheral
Implementations§
Trait Implementations§
Source§impl InvertingPin<COMP5> for PB10
impl InvertingPin<COMP5> for PB10
Source§impl InvertingPin<COMP5> for PD13
impl InvertingPin<COMP5> for PD13
Source§impl NonInvertingPin<COMP5> for PB13
impl NonInvertingPin<COMP5> for PB13
Source§impl NonInvertingPin<COMP5> for PD12
impl NonInvertingPin<COMP5> for PD12
impl Copy for COMP5
impl PeripheralType for COMP5
impl RccPeripheral for COMP5
Auto Trait Implementations§
impl Freeze for COMP5
impl RefUnwindSafe for COMP5
impl Send for COMP5
impl Sync for COMP5
impl Unpin for COMP5
impl UnwindSafe for COMP5
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