[][src]Enum mkl26z4::dma::dcr2::DMOD_A

pub enum DMOD_A {
    _0000,
    _0001,
    _0010,
    _0011,
    _0100,
    _0101,
    _0110,
    _0111,
    _1000,
    _1001,
    _1010,
    _1011,
    _1100,
    _1101,
    _1110,
    _1111,
}

Possible values of the field DMOD

Variants

_0000

Buffer disabled

_0001

Circular buffer size is 16 bytes

_0010

Circular buffer size is 32 bytes

_0011

Circular buffer size is 64 bytes

_0100

Circular buffer size is 128 bytes

_0101

Circular buffer size is 256 bytes

_0110

Circular buffer size is 512 bytes

_0111

Circular buffer size is 1 KB

_1000

Circular buffer size is 2 KB

_1001

Circular buffer size is 4 KB

_1010

Circular buffer size is 8 KB

_1011

Circular buffer size is 16 KB

_1100

Circular buffer size is 32 KB

_1101

Circular buffer size is 64 KB

_1110

Circular buffer size is 128 KB

_1111

Circular buffer size is 256 KB

Trait Implementations

impl ToBits<u8> for DMOD_A[src]

impl PartialEq<DMOD_A> for DMOD_A[src]

impl Debug for DMOD_A[src]

impl Copy for DMOD_A[src]

impl Clone for DMOD_A[src]

Auto Trait Implementations

impl Unpin for DMOD_A

impl Send for DMOD_A

impl Sync for DMOD_A

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self