[][src]Enum rsl10_pac::dma::dma_ctrl0::SRC_WORD_SIZE_A

#[repr(u8)]
pub enum SRC_WORD_SIZE_A {
    DMA_SRC_WORD_SIZE_8,
    DMA_SRC_WORD_SIZE_16,
    DMA_SRC_WORD_SIZE_32,
    DMA_SRC_WORD_SIZE_4,
}

Select the source word size

Value on reset: 0

Variants

DMA_SRC_WORD_SIZE_8

0: Source data uses 8-bit words

DMA_SRC_WORD_SIZE_16

1: Source data uses 16-bit words

DMA_SRC_WORD_SIZE_32

2: Source data uses 32-bit words

DMA_SRC_WORD_SIZE_4

3: Source data uses 4-bit words

Trait Implementations

impl Clone for SRC_WORD_SIZE_A[src]

impl Copy for SRC_WORD_SIZE_A[src]

impl Debug for SRC_WORD_SIZE_A[src]

impl From<SRC_WORD_SIZE_A> for u8[src]

impl PartialEq<SRC_WORD_SIZE_A> for SRC_WORD_SIZE_A[src]

impl StructuralPartialEq for SRC_WORD_SIZE_A[src]

Auto Trait Implementations

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.