Struct Exti9
#[repr(transparent)]pub struct Exti9(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Exti9
impl Exti9
pub const PA9: Self
pub const PA9: Self
Select PA9 as the source input for the EXTI9 external interrupt
pub const PB9: Self
pub const PB9: Self
Select PB9 as the source input for the EXTI9 external interrupt
pub const PC9: Self
pub const PC9: Self
Select PC9 as the source input for the EXTI9 external interrupt
pub const PD9: Self
pub const PD9: Self
Select PD9 as the source input for the EXTI9 external interrupt
pub const PE9: Self
pub const PE9: Self
Select PE9 as the source input for the EXTI9 external interrupt
pub const PF9: Self
pub const PF9: Self
Select PF9 as the source input for the EXTI9 external interrupt
Trait Implementations§
§impl Ord for Exti9
impl Ord for Exti9
§impl PartialOrd for Exti9
impl PartialOrd for Exti9
impl Copy for Exti9
impl Eq for Exti9
impl StructuralPartialEq for Exti9
Auto Trait Implementations§
impl Freeze for Exti9
impl RefUnwindSafe for Exti9
impl Send for Exti9
impl Sync for Exti9
impl Unpin for Exti9
impl UnwindSafe for Exti9
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