Struct Exti5
#[repr(transparent)]pub struct Exti5(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Exti5
impl Exti5
pub const PA5: Self
pub const PA5: Self
Select PA5 as the source input for the EXTI5 external interrupt
pub const PB5: Self
pub const PB5: Self
Select PB5 as the source input for the EXTI5 external interrupt
pub const PC5: Self
pub const PC5: Self
Select PC5 as the source input for the EXTI5 external interrupt
pub const PD5: Self
pub const PD5: Self
Select PD5 as the source input for the EXTI5 external interrupt
pub const PE5: Self
pub const PE5: Self
Select PE5 as the source input for the EXTI5 external interrupt
pub const PF5: Self
pub const PF5: Self
Select PF5 as the source input for the EXTI5 external interrupt
Trait Implementations§
§impl Ord for Exti5
impl Ord for Exti5
§impl PartialOrd for Exti5
impl PartialOrd for Exti5
impl Copy for Exti5
impl Eq for Exti5
impl StructuralPartialEq for Exti5
Auto Trait Implementations§
impl Freeze for Exti5
impl RefUnwindSafe for Exti5
impl Send for Exti5
impl Sync for Exti5
impl Unpin for Exti5
impl UnwindSafe for Exti5
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