Enum efm32gg11b820::ldma::ch0_ctrl::SRCINCR [] [src]

pub enum SRCINCR {
    ONE,
    TWO,
    FOUR,
    NONE,
}

Possible values of the field SRCINC

Variants

Increment source address by one unit data size after each read

Increment source address by two unit data sizes after each read

Increment source address by four unit data sizes after each read

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

Methods

impl SRCINCR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is ONE

[src]

Checks if the value of the field is TWO

[src]

Checks if the value of the field is FOUR

[src]

Checks if the value of the field is NONE

Trait Implementations

impl Clone for SRCINCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SRCINCR
[src]

impl Debug for SRCINCR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for SRCINCR
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for SRCINCR

impl Sync for SRCINCR