[][src]Enum efm32pg12_pac::csen::ctrl::ACU_A

#[repr(u8)]
pub enum ACU_A {
    ACC1,
    ACC2,
    ACC4,
    ACC8,
    ACC16,
    ACC32,
    ACC64,
}

CSEN Accumulator Mode Select

Value on reset: 0

Variants

ACC1

0: Accumulate 1 sample.

ACC2

1: Accumulate 2 sample.

ACC4

2: Accumulate 4 sample.

ACC8

3: Accumulate 8 sample.

ACC16

4: Accumulate 16 sample.

ACC32

5: Accumulate 32 sample.

ACC64

6: Accumulate 64 sample.

Trait Implementations

impl Clone for ACU_A[src]

impl Copy for ACU_A[src]

impl Debug for ACU_A[src]

impl From<ACU_A> for u8[src]

impl PartialEq<ACU_A> for ACU_A[src]

impl StructuralPartialEq for ACU_A[src]

Auto Trait Implementations

impl Send for ACU_A

impl Sync for ACU_A

impl Unpin for ACU_A

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.