Struct Exti4
#[repr(transparent)]pub struct Exti4(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Exti4
impl Exti4
pub const PA4: Self
pub const PA4: Self
Select PA4 as the source input for the EXTI4 external interrupt
pub const PB4: Self
pub const PB4: Self
Select PB4 as the source input for the EXTI4 external interrupt
pub const PC4: Self
pub const PC4: Self
Select PC4 as the source input for the EXTI4 external interrupt
pub const PD4: Self
pub const PD4: Self
Select PD4 as the source input for the EXTI4 external interrupt
pub const PE4: Self
pub const PE4: Self
Select PE4 as the source input for the EXTI4 external interrupt
pub const PF4: Self
pub const PF4: Self
Select PF4 as the source input for the EXTI4 external interrupt
Trait Implementations§
§impl Ord for Exti4
impl Ord for Exti4
§impl PartialOrd for Exti4
impl PartialOrd for Exti4
impl Copy for Exti4
impl Eq for Exti4
impl StructuralPartialEq for Exti4
Auto Trait Implementations§
impl Freeze for Exti4
impl RefUnwindSafe for Exti4
impl Send for Exti4
impl Sync for Exti4
impl Unpin for Exti4
impl UnwindSafe for Exti4
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