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