Struct Exti10
#[repr(transparent)]pub struct Exti10(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Exti10
impl Exti10
pub const PA10: Self
pub const PA10: Self
Select PA10 as the source input for the EXTI10 external interrupt
pub const PB10: Self
pub const PB10: Self
Select PB10 as the source input for the EXTI10 external interrupt
pub const PC10: Self
pub const PC10: Self
Select PC10 as the source input for the EXTI10 external interrupt
pub const PD10: Self
pub const PD10: Self
Select PD10 as the source input for the EXTI10 external interrupt
pub const PE10: Self
pub const PE10: Self
Select PE10 as the source input for the EXTI10 external interrupt
pub const PF10: Self
pub const PF10: Self
Select PF10 as the source input for the EXTI10 external interrupt
Trait Implementations§
§impl Ord for Exti10
impl Ord for Exti10
§impl PartialOrd for Exti10
impl PartialOrd for Exti10
impl Copy for Exti10
impl Eq for Exti10
impl StructuralPartialEq for Exti10
Auto Trait Implementations§
impl Freeze for Exti10
impl RefUnwindSafe for Exti10
impl Send for Exti10
impl Sync for Exti10
impl Unpin for Exti10
impl UnwindSafe for Exti10
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