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

pub enum ACUW {
    ACC1,
    ACC2,
    ACC4,
    ACC8,
    ACC16,
    ACC32,
    ACC64,
}

Values that can be written to 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.

Auto Trait Implementations

impl Send for ACUW

impl Sync for ACUW

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