Struct Exti11
#[repr(transparent)]pub struct Exti11(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Exti11
impl Exti11
pub const PA11: Self
pub const PA11: Self
Select PA11 as the source input for the EXTI11 external interrupt
pub const PB11: Self
pub const PB11: Self
Select PB11 as the source input for the EXTI11 external interrupt
pub const PC11: Self
pub const PC11: Self
Select PC11 as the source input for the EXTI11 external interrupt
pub const PD11: Self
pub const PD11: Self
Select PD11 as the source input for the EXTI11 external interrupt
pub const PE11: Self
pub const PE11: Self
Select PE11 as the source input for the EXTI11 external interrupt
Trait Implementations§
§impl Ord for Exti11
impl Ord for Exti11
§impl PartialOrd for Exti11
impl PartialOrd for Exti11
impl Copy for Exti11
impl Eq for Exti11
impl StructuralPartialEq for Exti11
Auto Trait Implementations§
impl Freeze for Exti11
impl RefUnwindSafe for Exti11
impl Send for Exti11
impl Sync for Exti11
impl Unpin for Exti11
impl UnwindSafe for Exti11
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