Enum stm32wlxx_hal::pac::syscfg::exticr3::EXTI9_A
#[repr(u8)]pub enum EXTI9_A {
Pa9 = 0,
Pb9 = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
EXTI 9 configuration bits
Value on reset: 0
Variants§
Pa9 = 0
0: Select PA9 as the source input for the EXTI9 external interrupt
Pb9 = 1
1: Select PB9 as the source input for the EXTI9 external interrupt
Trait Implementations§
impl Copy for EXTI9_A
impl StructuralPartialEq for EXTI9_A
Auto Trait Implementations§
impl RefUnwindSafe for EXTI9_A
impl Send for EXTI9_A
impl Sync for EXTI9_A
impl Unpin for EXTI9_A
impl UnwindSafe for EXTI9_A
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