Struct stm32wlxx_hal::gpio::pins::A2
source · pub struct A2 { /* private fields */ }
Expand description
Port A pin 2
Trait Implementations§
source§impl Exti for A2
impl Exti for A2
source§fn set_c1_mask(exti: &mut EXTI, unmask: bool)
fn set_c1_mask(exti: &mut EXTI, unmask: bool)
Set the core 1 interrupt mask in the EXTI. Read more
source§fn clear_exti()
fn clear_exti()
Clear the pending EXTI interrupt. Read more
source§fn is_pending() -> bool
fn is_pending() -> bool
Returns true if a trigger request occurred. Read more
Auto Trait Implementations§
impl RefUnwindSafe for A2
impl Send for A2
impl Sync for A2
impl Unpin for A2
impl UnwindSafe for A2
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