[][src]Enum efm32gg11b820::csen::ctrl::ACUR

pub enum ACUR {
    ACC1,
    ACC2,
    ACC4,
    ACC8,
    ACC16,
    ACC32,
    ACC64,
    _Reserved(u8),
}

Possible values of the field ACU

Variants

ACC1

Accumulate 1 sample.

ACC2

Accumulate 2 sample.

ACC4

Accumulate 4 sample.

ACC8

Accumulate 8 sample.

ACC16

Accumulate 16 sample.

ACC32

Accumulate 32 sample.

ACC64

Accumulate 64 sample.

_Reserved(u8)

Reserved

Methods

impl ACUR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_acc1(&self) -> bool[src]

Checks if the value of the field is ACC1

pub fn is_acc2(&self) -> bool[src]

Checks if the value of the field is ACC2

pub fn is_acc4(&self) -> bool[src]

Checks if the value of the field is ACC4

pub fn is_acc8(&self) -> bool[src]

Checks if the value of the field is ACC8

pub fn is_acc16(&self) -> bool[src]

Checks if the value of the field is ACC16

pub fn is_acc32(&self) -> bool[src]

Checks if the value of the field is ACC32

pub fn is_acc64(&self) -> bool[src]

Checks if the value of the field is ACC64

Trait Implementations

impl Copy for ACUR[src]

impl Debug for ACUR[src]

impl PartialEq<ACUR> for ACUR[src]

impl Clone for ACUR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ACUR

impl Sync for ACUR

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self