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

#[repr(u8)]
pub enum SRC_ADDR_STEP_SIZE_A {
    DMA_SRC_ADDR_STEP_SIZE_1,
    DMA_SRC_ADDR_STEP_SIZE_2,
    DMA_SRC_ADDR_STEP_SIZE_3,
    DMA_SRC_ADDR_STEP_SIZE_4,
}

Select the source address step size

Value on reset: 0

Variants

DMA_SRC_ADDR_STEP_SIZE_1

0: Set the step size of DMA channel to 1

DMA_SRC_ADDR_STEP_SIZE_2

1: Set the step size of DMA channel to 2

DMA_SRC_ADDR_STEP_SIZE_3

2: Set the step size of DMA channel to 3

DMA_SRC_ADDR_STEP_SIZE_4

3: Set the step size of DMA channel to 4

Trait Implementations

impl Clone for SRC_ADDR_STEP_SIZE_A[src]

impl Copy for SRC_ADDR_STEP_SIZE_A[src]

impl Debug for SRC_ADDR_STEP_SIZE_A[src]

impl From<SRC_ADDR_STEP_SIZE_A> for u8[src]

impl PartialEq<SRC_ADDR_STEP_SIZE_A> for SRC_ADDR_STEP_SIZE_A[src]

impl StructuralPartialEq for SRC_ADDR_STEP_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.