Struct Exti7
#[repr(transparent)]pub struct Exti7(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Exti7
impl Exti7
pub const PA7: Self
pub const PA7: Self
Select PA7 as the source input for the EXTI7 external interrupt
pub const PB7: Self
pub const PB7: Self
Select PB7 as the source input for the EXTI7 external interrupt
pub const PC7: Self
pub const PC7: Self
Select PC7 as the source input for the EXTI7 external interrupt
pub const PD7: Self
pub const PD7: Self
Select PD7 as the source input for the EXTI7 external interrupt
pub const PE7: Self
pub const PE7: Self
Select PE7 as the source input for the EXTI7 external interrupt
Trait Implementations§
§impl Ord for Exti7
impl Ord for Exti7
§impl PartialOrd for Exti7
impl PartialOrd for Exti7
impl Copy for Exti7
impl Eq for Exti7
impl StructuralPartialEq for Exti7
Auto Trait Implementations§
impl Freeze for Exti7
impl RefUnwindSafe for Exti7
impl Send for Exti7
impl Sync for Exti7
impl Unpin for Exti7
impl UnwindSafe for Exti7
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