Enum lpc82x::i2c0::monrxdat::MONNACKR [] [src]

pub enum MONNACKR {
    ACKNOWLEDGED,
    NOT_ACKNOWLEDGED,
}

Possible values of the field MONNACK

Variants

Acknowledged. The data currently being provided by the monitor function was acknowledged by at least one master or slave receiver.

Not acknowledged. The data currently being provided by the monitor function was not acknowledged by any receiver.

Methods

impl MONNACKR
[src]

[src]

Returns true if the bit is clear (0)

[src]

Returns true if the bit is set (1)

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is ACKNOWLEDGED

[src]

Checks if the value of the field is NOT_ACKNOWLEDGED

Trait Implementations

impl Clone for MONNACKR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MONNACKR
[src]

impl Debug for MONNACKR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for MONNACKR
[src]

[src]

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

1.0.0
[src]

This method tests for !=.