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