Struct Exti15
#[repr(transparent)]pub struct Exti15(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Exti15
impl Exti15
pub const PA15: Self
pub const PA15: Self
Select PA15 as the source input for the EXTI15 external interrupt
pub const PB15: Self
pub const PB15: Self
Select PB15 as the source input for the EXTI15 external interrupt
pub const PC15: Self
pub const PC15: Self
Select PC15 as the source input for the EXTI15 external interrupt
pub const PD15: Self
pub const PD15: Self
Select PD15 as the source input for the EXTI15 external interrupt
pub const PE15: Self
pub const PE15: Self
Select PE15 as the source input for the EXTI15 external interrupt
Trait Implementations§
§impl Ord for Exti15
impl Ord for Exti15
§impl PartialOrd for Exti15
impl PartialOrd for Exti15
impl Copy for Exti15
impl Eq for Exti15
impl StructuralPartialEq for Exti15
Auto Trait Implementations§
impl Freeze for Exti15
impl RefUnwindSafe for Exti15
impl Send for Exti15
impl Sync for Exti15
impl Unpin for Exti15
impl UnwindSafe for Exti15
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