[][src]Enum efm32gg11b820::ldma::ch13_ctrl::SRCINC_A

#[repr(u8)]pub enum SRCINC_A {
    ONE,
    TWO,
    FOUR,
    NONE,
}

Source Address Increment Size

Value on reset: 0

Variants

ONE

0: Increment source address by one unit data size after each read

TWO

1: Increment source address by two unit data sizes after each read

FOUR

2: Increment source address by four unit data sizes after each read

NONE

3: Do not increment the source address. In this mode reads are made from a fixed source address, for example reading FIFO.

Trait Implementations

impl Clone for SRCINC_A[src]

impl Copy for SRCINC_A[src]

impl Debug for SRCINC_A[src]

impl From<SRCINC_A> for u8[src]

impl PartialEq<SRCINC_A> for SRCINC_A[src]

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