Struct Exti1
#[repr(transparent)]pub struct Exti1(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Exti1
impl Exti1
pub const PA1: Self
pub const PA1: Self
Select PA1 as the source input for the EXTI1 external interrupt
pub const PB1: Self
pub const PB1: Self
Select PB1 as the source input for the EXTI1 external interrupt
pub const PC1: Self
pub const PC1: Self
Select PC1 as the source input for the EXTI1 external interrupt
pub const PD1: Self
pub const PD1: Self
Select PD1 as the source input for the EXTI1 external interrupt
pub const PE1: Self
pub const PE1: Self
Select PE1 as the source input for the EXTI1 external interrupt
pub const PF1: Self
pub const PF1: Self
Select PF1 as the source input for the EXTI1 external interrupt
Trait Implementations§
§impl Ord for Exti1
impl Ord for Exti1
§impl PartialOrd for Exti1
impl PartialOrd for Exti1
impl Copy for Exti1
impl Eq for Exti1
impl StructuralPartialEq for Exti1
Auto Trait Implementations§
impl Freeze for Exti1
impl RefUnwindSafe for Exti1
impl Send for Exti1
impl Sync for Exti1
impl Unpin for Exti1
impl UnwindSafe for Exti1
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