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