Enum efm32gg990::dma::status::STATER[][src]

pub enum STATER {
    IDLE,
    RDCHCTRLDATA,
    RDSRCENDPTR,
    RDDSTENDPTR,
    RDSRCDATA,
    WRDSTDATA,
    WAITREQCLR,
    WRCHCTRLDATA,
    STALLED,
    DONE,
    PERSCATTRANS,
    _Reserved(u8),
}

Possible values of the field STATE

Variants

Idle

Reading channel controller data

Reading source data end pointer

Reading destination data end pointer

Reading source data

Writing destination data

Waiting for DMA request to clear

Writing channel controller data

Stalled

Done

Peripheral scatter-gather transition

Reserved

Methods

impl STATER
[src]

Value of the field as raw bits

Checks if the value of the field is IDLE

Checks if the value of the field is RDCHCTRLDATA

Checks if the value of the field is RDSRCENDPTR

Checks if the value of the field is RDDSTENDPTR

Checks if the value of the field is RDSRCDATA

Checks if the value of the field is WRDSTDATA

Checks if the value of the field is WAITREQCLR

Checks if the value of the field is WRCHCTRLDATA

Checks if the value of the field is STALLED

Checks if the value of the field is DONE

Checks if the value of the field is PERSCATTRANS

Trait Implementations

impl Clone for STATER
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for STATER
[src]

impl Debug for STATER
[src]

Formats the value using the given formatter. Read more

impl PartialEq for STATER
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for STATER

impl Sync for STATER