Enum efm32gg11b820::i2c2::state::STATER [] [src]

pub enum STATER {
    IDLE,
    WAIT,
    START,
    ADDR,
    ADDRACK,
    DATA,
    DATAACK,
    _Reserved(u8),
}

Possible values of the field STATE

Variants

No transmission is being performed.

Waiting for idle. Will send a start condition as soon as the bus is idle.

Start transmitted or received

Address transmitted or received

Address ack/nack transmitted or received

Data transmitted or received

Data ack/nack transmitted or received

Reserved

Methods

impl STATER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is IDLE

[src]

Checks if the value of the field is WAIT

[src]

Checks if the value of the field is START

[src]

Checks if the value of the field is ADDR

[src]

Checks if the value of the field is ADDRACK

[src]

Checks if the value of the field is DATA

[src]

Checks if the value of the field is DATAACK

Trait Implementations

impl Clone for STATER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for STATER
[src]

impl Debug for STATER
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for STATER