#[repr(u8)]pub enum FreqmectrlWMeasureInProgress {
FORCE_TERMINATE = 0,
INITIATE_A_FREQME_CYCLE = 1,
}Variants§
FORCE_TERMINATE = 0
Force Terminate. Forces the termination of any measurement cycle currently in progress and resets RESULT or just resets RESULT if in idle.
INITIATE_A_FREQME_CYCLE = 1
Initiates Measurement Cycle. Initiates frequency or pulse width measurement process. Hardware clears the MEASURE_IN_PROGRESS bit when the measurement cycle completes. A new measurement starts if there is an active measurement in progress.
Implementations§
Trait Implementations§
Source§impl Clone for FreqmectrlWMeasureInProgress
impl Clone for FreqmectrlWMeasureInProgress
Source§fn clone(&self) -> FreqmectrlWMeasureInProgress
fn clone(&self) -> FreqmectrlWMeasureInProgress
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FreqmectrlWMeasureInProgress
impl Debug for FreqmectrlWMeasureInProgress
Source§impl From<FreqmectrlWMeasureInProgress> for u8
impl From<FreqmectrlWMeasureInProgress> for u8
Source§fn from(val: FreqmectrlWMeasureInProgress) -> u8
fn from(val: FreqmectrlWMeasureInProgress) -> u8
Converts to this type from the input type.
Source§impl From<u8> for FreqmectrlWMeasureInProgress
impl From<u8> for FreqmectrlWMeasureInProgress
Source§fn from(val: u8) -> FreqmectrlWMeasureInProgress
fn from(val: u8) -> FreqmectrlWMeasureInProgress
Converts to this type from the input type.
Source§impl Ord for FreqmectrlWMeasureInProgress
impl Ord for FreqmectrlWMeasureInProgress
Source§fn cmp(&self, other: &FreqmectrlWMeasureInProgress) -> Ordering
fn cmp(&self, other: &FreqmectrlWMeasureInProgress) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FreqmectrlWMeasureInProgress
impl PartialEq for FreqmectrlWMeasureInProgress
Source§fn eq(&self, other: &FreqmectrlWMeasureInProgress) -> bool
fn eq(&self, other: &FreqmectrlWMeasureInProgress) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FreqmectrlWMeasureInProgress
impl PartialOrd for FreqmectrlWMeasureInProgress
impl Copy for FreqmectrlWMeasureInProgress
impl Eq for FreqmectrlWMeasureInProgress
impl StructuralPartialEq for FreqmectrlWMeasureInProgress
Auto Trait Implementations§
impl Freeze for FreqmectrlWMeasureInProgress
impl RefUnwindSafe for FreqmectrlWMeasureInProgress
impl Send for FreqmectrlWMeasureInProgress
impl Sync for FreqmectrlWMeasureInProgress
impl Unpin for FreqmectrlWMeasureInProgress
impl UnwindSafe for FreqmectrlWMeasureInProgress
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