pub enum LFTRIG {
Disabled = 0,
Enabled = 1,
}
Expand description
Low frequency trigger mode enable This bit is set and cleared by software. Note: The software is allowed to write this bit only when ADSTART bit is cleared to 0 (this ensures that no conversion is ongoing).
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
impl Eq for LFTRIG
impl StructuralPartialEq for LFTRIG
Auto Trait Implementations§
impl Freeze for LFTRIG
impl RefUnwindSafe for LFTRIG
impl Send for LFTRIG
impl Sync for LFTRIG
impl Unpin for LFTRIG
impl UnwindSafe for LFTRIG
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