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