Enum stm32wlxx_hal::pac::syscfg::exticr4::EXTI13_A
#[repr(u8)]pub enum EXTI13_A {
Pa13 = 0,
Pb13 = 1,
Pc13 = 2,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
EXTI13 configuration bits
Value on reset: 0
Variants§
Pa13 = 0
0: Select PA13 as the source input for the EXTI13 external interrupt
Pb13 = 1
1: Select PB13 as the source input for the EXTI13 external interrupt
Pc13 = 2
2: Select PC13 as the source input for the EXTI13 external interrupt
Trait Implementations§
impl Copy for EXTI13_A
impl StructuralPartialEq for EXTI13_A
Auto Trait Implementations§
impl RefUnwindSafe for EXTI13_A
impl Send for EXTI13_A
impl Sync for EXTI13_A
impl Unpin for EXTI13_A
impl UnwindSafe for EXTI13_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