Enum efr32xg12p::ldma::ch7_ctrl::DSTINCR [] [src]

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

Possible values of the field DSTINC

Variants

Increment destination address by one unit data size after each write

Increment destination address by two unit data sizes after each write

Increment destination address by four unit data sizes after each write

Do not increment the destination address. Writes are made to a fixed destination address, for example writing to a FIFO.

Methods

impl DSTINCR
[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 DSTINCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DSTINCR
[src]

impl Debug for DSTINCR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DSTINCR
[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 !=.