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