Enum stm32wlxx_hal::pac::syscfg::exticr4::EXTI15_A
#[repr(u8)]pub enum EXTI15_A {
Pa15 = 0,
Pb15 = 1,
Pc15 = 2,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
EXTI15 configuration bits
Value on reset: 0
Variants§
Pa15 = 0
0: Select PA15 as the source input for the EXTI15 external interrupt
Pb15 = 1
1: Select PB15 as the source input for the EXTI15 external interrupt
Pc15 = 2
2: Select PC15 as the source input for the EXTI15 external interrupt
Trait Implementations§
impl Copy for EXTI15_A
impl StructuralPartialEq for EXTI15_A
Auto Trait Implementations§
impl RefUnwindSafe for EXTI15_A
impl Send for EXTI15_A
impl Sync for EXTI15_A
impl Unpin for EXTI15_A
impl UnwindSafe for EXTI15_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