Enum stm32wlxx_hal::pac::syscfg::exticr2::EXTI6_A
#[repr(u8)]pub enum EXTI6_A {
Pa6 = 0,
Pb6 = 1,
Pc6 = 2,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
EXTI 6 configuration bits
Value on reset: 0
Variants§
Pa6 = 0
0: Select PA6 as the source input for the EXTI6 external interrupt
Pb6 = 1
1: Select PB6 as the source input for the EXTI6 external interrupt
Pc6 = 2
2: Select PC6 as the source input for the EXTI6 external interrupt
Trait Implementations§
impl Copy for EXTI6_A
impl StructuralPartialEq for EXTI6_A
Auto Trait Implementations§
impl RefUnwindSafe for EXTI6_A
impl Send for EXTI6_A
impl Sync for EXTI6_A
impl Unpin for EXTI6_A
impl UnwindSafe for EXTI6_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