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