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