Struct stm32wlxx_hal::gpio::pins::B14
source · pub struct B14 { /* private fields */ }
Expand description
Port B pin 14
Implementations§
Trait Implementations§
source§impl Exti for B14
impl Exti for B14
source§const INTERRUPT: Interrupt = pac::Interrupt::EXTI15_10
const INTERRUPT: Interrupt = pac::Interrupt::EXTI15_10
Interrupt number for the EXTI. Read more
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 B14
impl Send for B14
impl Sync for B14
impl Unpin for B14
impl UnwindSafe for B14
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