[][src]Enum efm32pg12_pac::ldma::ch3_ctrl::SRCINC_A

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 From<SRCINC_A> for u8[src]

impl Debug for SRCINC_A[src]

impl PartialEq<SRCINC_A> for SRCINC_A[src]

impl Copy for SRCINC_A[src]

impl StructuralPartialEq for SRCINC_A[src]

impl Clone for SRCINC_A[src]

Auto Trait Implementations

impl Unpin for SRCINC_A

impl Send for SRCINC_A

impl Sync for SRCINC_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