Struct Exti12
#[repr(transparent)]pub struct Exti12(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Exti12
impl Exti12
pub const PA12: Self
pub const PA12: Self
Select PA12 as the source input for the EXTI12 external interrupt
pub const PB12: Self
pub const PB12: Self
Select PB12 as the source input for the EXTI12 external interrupt
pub const PC12: Self
pub const PC12: Self
Select PC12 as the source input for the EXTI12 external interrupt
pub const PD12: Self
pub const PD12: Self
Select PD12 as the source input for the EXTI12 external interrupt
pub const PE12: Self
pub const PE12: Self
Select PE12 as the source input for the EXTI12 external interrupt
Trait Implementations§
§impl Ord for Exti12
impl Ord for Exti12
§impl PartialOrd for Exti12
impl PartialOrd for Exti12
impl Copy for Exti12
impl Eq for Exti12
impl StructuralPartialEq for Exti12
Auto Trait Implementations§
impl Freeze for Exti12
impl RefUnwindSafe for Exti12
impl Send for Exti12
impl Sync for Exti12
impl Unpin for Exti12
impl UnwindSafe for Exti12
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