Enum stm32wlxx_hal::pac::syscfg::exticr3::EXTI8_A
#[repr(u8)]pub enum EXTI8_A {
Pa8 = 0,
Pb8 = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
EXTI 8 configuration bits
Value on reset: 0
Variants§
Pa8 = 0
0: Select PA8 as the source input for the EXTI8 external interrupt
Pb8 = 1
1: Select PB8 as the source input for the EXTI8 external interrupt
Trait Implementations§
impl Copy for EXTI8_A
impl StructuralPartialEq for EXTI8_A
Auto Trait Implementations§
impl RefUnwindSafe for EXTI8_A
impl Send for EXTI8_A
impl Sync for EXTI8_A
impl Unpin for EXTI8_A
impl UnwindSafe for EXTI8_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