Struct Exti13
#[repr(transparent)]pub struct Exti13(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Exti13
impl Exti13
pub const PA13: Self
pub const PA13: Self
Select PA13 as the source input for the EXTI13 external interrupt
pub const PB13: Self
pub const PB13: Self
Select PB13 as the source input for the EXTI13 external interrupt
pub const PC13: Self
pub const PC13: Self
Select PC13 as the source input for the EXTI13 external interrupt
pub const PD13: Self
pub const PD13: Self
Select PD13 as the source input for the EXTI13 external interrupt
pub const PE13: Self
pub const PE13: Self
Select PE13 as the source input for the EXTI13 external interrupt
Trait Implementations§
§impl Ord for Exti13
impl Ord for Exti13
§impl PartialOrd for Exti13
impl PartialOrd for Exti13
impl Copy for Exti13
impl Eq for Exti13
impl StructuralPartialEq for Exti13
Auto Trait Implementations§
impl Freeze for Exti13
impl RefUnwindSafe for Exti13
impl Send for Exti13
impl Sync for Exti13
impl Unpin for Exti13
impl UnwindSafe for Exti13
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