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

pub enum DMA0RSELR {
    DATA0,
    DDATA0,
    DDATA0BIG,
    QDATA0,
}

Possible values of the field DMA0RSEL

Variants

""

""

""

""

Methods

impl DMA0RSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DATA0

[src]

Checks if the value of the field is DDATA0

[src]

Checks if the value of the field is DDATA0BIG

[src]

Checks if the value of the field is QDATA0

Trait Implementations

impl Clone for DMA0RSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DMA0RSELR
[src]

impl Debug for DMA0RSELR
[src]

[src]

Formats the value using the given formatter.

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