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