pub struct PQ7 { /* private fields */ }Expand description
PQ7 peripheral
Implementations§
Trait Implementations§
Source§impl ExtiPin for PQ7
Available on crate feature exti only.
impl ExtiPin for PQ7
Available on crate feature
exti only.Source§type ExtiChannel = EXTI7
type ExtiChannel = EXTI7
EXTI channel assigned to this pin. Read more
impl Copy for PQ7
impl PeripheralType for PQ7
Auto Trait Implementations§
impl Freeze for PQ7
impl RefUnwindSafe for PQ7
impl Send for PQ7
impl Sync for PQ7
impl Unpin for PQ7
impl UnwindSafe for PQ7
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