Enum stm32_metapac::adf::vals::Acqmod
#[repr(u8)]pub enum Acqmod {
ASYNCHRONOUSCONTINUOUS = 0,
ASYNCHRONOUSSINGLESHOT = 1,
SYNCRONOUSCONTINUOUS = 2,
SYNCRONOUSSINGLESHOT = 3,
WINDOWCONTINUOUS = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Expand description
DFLT trigger mode. This bitfield is set and cleared by software. It is used to select the trigger mode of the DFLT0.
Variants§
ASYNCHRONOUSCONTINUOUS = 0
Asynchronous continuous acquisition mode.
ASYNCHRONOUSSINGLESHOT = 1
Asynchronous single-shot acquisition mode
SYNCRONOUSCONTINUOUS = 2
Synchronous continuous acquisition mode.
SYNCRONOUSSINGLESHOT = 3
Synchronous single-shot acquisition mode.
WINDOWCONTINUOUS = 4
Window continuous acquisition mode.
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Acqmod
impl Ord for Acqmod
§impl PartialOrd for Acqmod
impl PartialOrd for Acqmod
impl Copy for Acqmod
impl Eq for Acqmod
impl StructuralPartialEq for Acqmod
Auto Trait Implementations§
impl Freeze for Acqmod
impl RefUnwindSafe for Acqmod
impl Send for Acqmod
impl Sync for Acqmod
impl Unpin for Acqmod
impl UnwindSafe for Acqmod
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)