Enum lpc177x_8x::uart1::lsr::THRER[][src]

pub enum THRER {
    VALID,
    EMPTY,
}

Possible values of the field THRE

Variants

THR contains valid data.

THR is empty.

Methods

impl THRER
[src]

Returns true if the bit is clear (0)

Returns true if the bit is set (1)

Value of the field as raw bits

Checks if the value of the field is VALID

Checks if the value of the field is EMPTY

Trait Implementations

impl Clone for THRER
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for THRER
[src]

impl Debug for THRER
[src]

Formats the value using the given formatter. Read more

impl PartialEq for THRER
[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 THRER

impl Sync for THRER