Enum efm32gg12b830_pac::lesense::ch14_eval::STRSAMPLE_A
source · [−]#[repr(u8)]
pub enum STRSAMPLE_A {
DISABLE,
DATA,
DATASRC,
}
Expand description
Enable Storing of Sensor Sample in Result Buffer
Value on reset: 0
Variants
DISABLE
0: Nothing will be stored in the result buffer.
DATA
1: The sensor sample data will be stored in the result buffer.
DATASRC
2: The data source (i.e., the channel) will be stored alongside the sensor sample data.
Trait Implementations
sourceimpl Clone for STRSAMPLE_A
impl Clone for STRSAMPLE_A
sourcefn clone(&self) -> STRSAMPLE_A
fn clone(&self) -> STRSAMPLE_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for STRSAMPLE_A
impl Debug for STRSAMPLE_A
sourceimpl From<STRSAMPLE_A> for u8
impl From<STRSAMPLE_A> for u8
sourcefn from(variant: STRSAMPLE_A) -> Self
fn from(variant: STRSAMPLE_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<STRSAMPLE_A> for STRSAMPLE_A
impl PartialEq<STRSAMPLE_A> for STRSAMPLE_A
impl Copy for STRSAMPLE_A
impl StructuralPartialEq for STRSAMPLE_A
Auto Trait Implementations
impl RefUnwindSafe for STRSAMPLE_A
impl Send for STRSAMPLE_A
impl Sync for STRSAMPLE_A
impl Unpin for STRSAMPLE_A
impl UnwindSafe for STRSAMPLE_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more