Enum tm4c129x::udma::stat::STATER [] [src]

pub enum STATER {
    IDLE,
    RD_CTRL,
    RD_SRCENDP,
    RD_DSTENDP,
    RD_SRCDAT,
    WR_DSTDAT,
    WAIT,
    WR_CTRL,
    STALL,
    DONE,
    UNDEF,
    _Reserved(u8),
}

Possible values of the field STATE

Variants

Idle

Reading channel controller data

Reading source end pointer

Reading destination end pointer

Reading source data

Writing destination data

Waiting for uDMA request to clear

Writing channel controller data

Stalled

Done

Undefined

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 RD_CTRL

Checks if the value of the field is RD_SRCENDP

Checks if the value of the field is RD_DSTENDP

Checks if the value of the field is RD_SRCDAT

Checks if the value of the field is WR_DSTDAT

Checks if the value of the field is WAIT

Checks if the value of the field is WR_CTRL

Checks if the value of the field is STALL

Checks if the value of the field is DONE

Checks if the value of the field is UNDEF

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.

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 !=.