Struct Exti6
#[repr(transparent)]pub struct Exti6(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Exti6
impl Exti6
pub const PA6: Self
pub const PA6: Self
Select PA6 as the source input for the EXTI6 external interrupt
pub const PB6: Self
pub const PB6: Self
Select PB6 as the source input for the EXTI6 external interrupt
pub const PC6: Self
pub const PC6: Self
Select PC6 as the source input for the EXTI6 external interrupt
pub const PD6: Self
pub const PD6: Self
Select PD6 as the source input for the EXTI6 external interrupt
pub const PE6: Self
pub const PE6: Self
Select PE6 as the source input for the EXTI6 external interrupt
pub const PF6: Self
pub const PF6: Self
Select PF6 as the source input for the EXTI6 external interrupt
Trait Implementations§
§impl Ord for Exti6
impl Ord for Exti6
§impl PartialOrd for Exti6
impl PartialOrd for Exti6
impl Copy for Exti6
impl Eq for Exti6
impl StructuralPartialEq for Exti6
Auto Trait Implementations§
impl Freeze for Exti6
impl RefUnwindSafe for Exti6
impl Send for Exti6
impl Sync for Exti6
impl Unpin for Exti6
impl UnwindSafe for Exti6
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