Struct Exti8
#[repr(transparent)]pub struct Exti8(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Exti8
impl Exti8
pub const PA8: Self
pub const PA8: Self
Select PA8 as the source input for the EXTI8 external interrupt
pub const PB8: Self
pub const PB8: Self
Select PB8 as the source input for the EXTI8 external interrupt
pub const PC8: Self
pub const PC8: Self
Select PC8 as the source input for the EXTI8 external interrupt
pub const PD8: Self
pub const PD8: Self
Select PD8 as the source input for the EXTI8 external interrupt
pub const PE8: Self
pub const PE8: Self
Select PE8 as the source input for the EXTI8 external interrupt
Trait Implementations§
§impl Ord for Exti8
impl Ord for Exti8
§impl PartialOrd for Exti8
impl PartialOrd for Exti8
impl Copy for Exti8
impl Eq for Exti8
impl StructuralPartialEq for Exti8
Auto Trait Implementations§
impl Freeze for Exti8
impl RefUnwindSafe for Exti8
impl Send for Exti8
impl Sync for Exti8
impl Unpin for Exti8
impl UnwindSafe for Exti8
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