Struct Exti0
#[repr(transparent)]pub struct Exti0(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Exti0
impl Exti0
pub const PA0: Self
pub const PA0: Self
Select PA0 as the source input for the EXTI0 external interrupt
pub const PB0: Self
pub const PB0: Self
Select PB0 as the source input for the EXTI0 external interrupt
pub const PC0: Self
pub const PC0: Self
Select PC0 as the source input for the EXTI0 external interrupt
pub const PD0: Self
pub const PD0: Self
Select PD0 as the source input for the EXTI0 external interrupt
pub const PE0: Self
pub const PE0: Self
Select PE0 as the source input for the EXTI0 external interrupt
pub const PF0: Self
pub const PF0: Self
Select PF0 as the source input for the EXTI0 external interrupt
Trait Implementations§
§impl Ord for Exti0
impl Ord for Exti0
§impl PartialOrd for Exti0
impl PartialOrd for Exti0
impl Copy for Exti0
impl Eq for Exti0
impl StructuralPartialEq for Exti0
Auto Trait Implementations§
impl Freeze for Exti0
impl RefUnwindSafe for Exti0
impl Send for Exti0
impl Sync for Exti0
impl Unpin for Exti0
impl UnwindSafe for Exti0
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