Enum lpc82x::i2c0::mstctl::MSTDMAR [] [src]

pub enum MSTDMAR {
    DISABLE,
    ENABLE,
}

Possible values of the field MSTDMA

Variants

Disable. No DMA requests are generated for master operation.

Enable. A DMA request is generated for I2C master data operations. When this I2C master is generating Acknowledge bits in Master Receiver mode, the acknowledge is generated automatically.

Methods

impl MSTDMAR
[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 DISABLE

[src]

Checks if the value of the field is ENABLE

Trait Implementations

impl Clone for MSTDMAR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MSTDMAR
[src]

impl Debug for MSTDMAR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for MSTDMAR
[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 !=.