Enum stm32wlxx_hal::pac::syscfg::exticr1::EXTI0_A
#[repr(u8)]pub enum EXTI0_A {
Pa0 = 0,
Pb0 = 1,
Pc0 = 2,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
EXTI 0 configuration bits
Value on reset: 0
Variants§
Pa0 = 0
0: Select PA0 as the source input for the EXTI0 external interrupt
Pb0 = 1
1: Select PB0 as the source input for the EXTI0 external interrupt
Pc0 = 2
2: Select PC0 as the source input for the EXTI0 external interrupt
Trait Implementations§
impl Copy for EXTI0_A
impl StructuralPartialEq for EXTI0_A
Auto Trait Implementations§
impl RefUnwindSafe for EXTI0_A
impl Send for EXTI0_A
impl Sync for EXTI0_A
impl Unpin for EXTI0_A
impl UnwindSafe for EXTI0_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