[][src]Enum k210_pac::dmac::channel::ctl::SRC_MSIZE_A

pub enum SRC_MSIZE_A {
    LENGTH_1,
    LENGTH_4,
    LENGTH_8,
    LENGTH_16,
    LENGTH_32,
    LENGTH_64,
    LENGTH_128,
    LENGTH_256,
    LENGTH_512,
    LENGTH_1024,
}

Source burst transaction length

Value on reset: 0

Variants

LENGTH_1

0: 1 data item

LENGTH_4

1: 4 data items

LENGTH_8

2: 8 data items

LENGTH_16

3: 16 data items

LENGTH_32

4: 32 data items

LENGTH_64

5: 64 data items

LENGTH_128

6: 128 data items

LENGTH_256

7: 256 data items

LENGTH_512

8: 512 data items

LENGTH_1024

9: 1024 data items

Trait Implementations

impl From<SRC_MSIZE_A> for u8[src]

impl PartialEq<SRC_MSIZE_A> for SRC_MSIZE_A[src]

impl Debug for SRC_MSIZE_A[src]

impl Copy for SRC_MSIZE_A[src]

impl Clone for SRC_MSIZE_A[src]

Auto Trait Implementations

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]