Enum stm32wlxx_hal::pac::syscfg::exticr1::EXTI3_A
#[repr(u8)]pub enum EXTI3_A {
Pa3 = 0,
Pb3 = 1,
Pc3 = 2,
Ph3 = 7,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
EXTI 3 configuration bits
Value on reset: 0
Variants§
Pa3 = 0
0: Select PA3 as the source input for the EXTI3 external interrupt
Pb3 = 1
1: Select PB3 as the source input for the EXTI3 external interrupt
Pc3 = 2
2: Select PC3 as the source input for the EXTI3 external interrupt
Ph3 = 7
7: Select PH3 as the source input for the EXTI3 external interrupt
Trait Implementations§
impl Copy for EXTI3_A
impl StructuralPartialEq for EXTI3_A
Auto Trait Implementations§
impl RefUnwindSafe for EXTI3_A
impl Send for EXTI3_A
impl Sync for EXTI3_A
impl Unpin for EXTI3_A
impl UnwindSafe for EXTI3_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