pub enum AM {
Normal = 0,
Synchronized = 1,
}
Expand description
Acquisition mode
Value on reset: 0
Variants§
Normal = 0
0: Normal acquisition mode (acquisition starts as soon as START bit is set)
Synchronized = 1
1: Synchronized acquisition mode (acquisition starts if START bit is set and when the selected signal is detected on the SYNC input pin)
Trait Implementations§
impl Copy for AM
impl Eq for AM
impl StructuralPartialEq for AM
Auto Trait Implementations§
impl Freeze for AM
impl RefUnwindSafe for AM
impl Send for AM
impl Sync for AM
impl Unpin for AM
impl UnwindSafe for AM
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