Enum stm32wlxx_hal::pac::adc::cfgr2::LFTRIG_A    
pub enum LFTRIG_A {
    Disabled = 0,
    Enabled = 1,
}Available on crate feature 
stm32wl5x_cm4 only.Expand description
LFTRIG
Value on reset: 0
Variants§
Disabled = 0
0: Low Frequency Trigger Mode disabled
Enabled = 1
1: Low Frequency Trigger Mode enabled
Trait Implementations§
impl Copy for LFTRIG_A
impl StructuralPartialEq for LFTRIG_A
Auto Trait Implementations§
impl RefUnwindSafe for LFTRIG_A
impl Send for LFTRIG_A
impl Sync for LFTRIG_A
impl Unpin for LFTRIG_A
impl UnwindSafe for LFTRIG_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