Enum stm32wlxx_hal::pac::syscfg::exticr2::EXTI5_A
#[repr(u8)]pub enum EXTI5_A {
Pa5 = 0,
Pb5 = 1,
Pc5 = 2,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
EXTI 5 configuration bits
Value on reset: 0
Variants§
Pa5 = 0
0: Select PA5 as the source input for the EXTI5 external interrupt
Pb5 = 1
1: Select PB5 as the source input for the EXTI5 external interrupt
Pc5 = 2
2: Select PC5 as the source input for the EXTI5 external interrupt
Trait Implementations§
impl Copy for EXTI5_A
impl StructuralPartialEq for EXTI5_A
Auto Trait Implementations§
impl RefUnwindSafe for EXTI5_A
impl Send for EXTI5_A
impl Sync for EXTI5_A
impl Unpin for EXTI5_A
impl UnwindSafe for EXTI5_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