pub struct PE2 { /* private fields */ }Expand description
PE2 peripheral
Implementations§
Trait Implementations§
Source§impl A23Pin<FSMC> for PE2
Available on afio only.
impl A23Pin<FSMC> for PE2
Available on
afio only.Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as
A23Pin.Source§impl ExtiPin for PE2
Available on crate feature exti only.
impl ExtiPin for PE2
Available on crate feature
exti only.Source§type ExtiChannel = EXTI2
type ExtiChannel = EXTI2
EXTI channel assigned to this pin. Read more
impl Copy for PE2
impl PeripheralType for PE2
Auto Trait Implementations§
impl Freeze for PE2
impl RefUnwindSafe for PE2
impl Send for PE2
impl Sync for PE2
impl Unpin for PE2
impl UnwindSafe for PE2
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