Enum efm32gg11b820::crypto0::ctrl::DMA1RSELR [] [src]

pub enum DMA1RSELR {
    DATA1,
    DDATA1,
    QDATA1,
    QDATA1BIG,
}

Possible values of the field DMA1RSEL

Variants

""

""

""

""

Methods

impl DMA1RSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DATA1

[src]

Checks if the value of the field is DDATA1

[src]

Checks if the value of the field is QDATA1

[src]

Checks if the value of the field is QDATA1BIG

Trait Implementations

impl Clone for DMA1RSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DMA1RSELR
[src]

impl Debug for DMA1RSELR
[src]

[src]

Formats the value using the given formatter.

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