Struct Exti2
#[repr(transparent)]pub struct Exti2(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Exti2
impl Exti2
pub const PA2: Self
pub const PA2: Self
Select PA2 as the source input for the EXTI2 external interrupt
pub const PB2: Self
pub const PB2: Self
Select PB2 as the source input for the EXTI2 external interrupt
pub const PC2: Self
pub const PC2: Self
Select PC2 as the source input for the EXTI2 external interrupt
pub const PD2: Self
pub const PD2: Self
Select PD2 as the source input for the EXTI2 external interrupt
pub const PE2: Self
pub const PE2: Self
Select PE2 as the source input for the EXTI2 external interrupt
pub const PF2: Self
pub const PF2: Self
Select PF2 as the source input for the EXTI2 external interrupt
Trait Implementations§
§impl Ord for Exti2
impl Ord for Exti2
§impl PartialOrd for Exti2
impl PartialOrd for Exti2
impl Copy for Exti2
impl Eq for Exti2
impl StructuralPartialEq for Exti2
Auto Trait Implementations§
impl Freeze for Exti2
impl RefUnwindSafe for Exti2
impl Send for Exti2
impl Sync for Exti2
impl Unpin for Exti2
impl UnwindSafe for Exti2
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