Enum stm32wlxx_hal::pac::adc::cfgr1::EXTEN_A
#[repr(u8)]pub enum EXTEN_A {
Disabled = 0,
RisingEdge = 1,
FallingEdge = 2,
BothEdges = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
EXTEN
Value on reset: 0
Variants§
Disabled = 0
0: Hardware trigger detection disabled
RisingEdge = 1
1: Hardware trigger detection on the rising edge
FallingEdge = 2
2: Hardware trigger detection on the falling edge
BothEdges = 3
3: Hardware trigger detection on both the rising and falling edges
Trait Implementations§
impl Copy for EXTEN_A
impl StructuralPartialEq for EXTEN_A
Auto Trait Implementations§
impl RefUnwindSafe for EXTEN_A
impl Send for EXTEN_A
impl Sync for EXTEN_A
impl Unpin for EXTEN_A
impl UnwindSafe for EXTEN_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