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

pub enum STRUCTTYPER {
    TRANSFER,
    SYNCHRONIZE,
    WRITE,
    _Reserved(u8),
}

Possible values of the field STRUCTTYPE

Variants

DMA transfer structure type selected.

Synchronization structure type selected.

Write immediate value structure type selected.

Reserved

Methods

impl STRUCTTYPER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is TRANSFER

[src]

Checks if the value of the field is SYNCHRONIZE

[src]

Checks if the value of the field is WRITE

Trait Implementations

impl Clone for STRUCTTYPER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for STRUCTTYPER
[src]

impl Debug for STRUCTTYPER
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for STRUCTTYPER
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for STRUCTTYPER

impl Sync for STRUCTTYPER