Enum stm32wlxx_hal::pac::syscfg::exticr1::EXTI1_A
#[repr(u8)]pub enum EXTI1_A {
Pa1 = 0,
Pb1 = 1,
Pc1 = 2,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
EXTI 1 configuration bits
Value on reset: 0
Variants§
Pa1 = 0
0: Select PA1 as the source input for the EXTI1 external interrupt
Pb1 = 1
1: Select PB1 as the source input for the EXTI1 external interrupt
Pc1 = 2
2: Select PC1 as the source input for the EXTI1 external interrupt
Trait Implementations§
impl Copy for EXTI1_A
impl StructuralPartialEq for EXTI1_A
Auto Trait Implementations§
impl RefUnwindSafe for EXTI1_A
impl Send for EXTI1_A
impl Sync for EXTI1_A
impl Unpin for EXTI1_A
impl UnwindSafe for EXTI1_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