Enum mkw41z::i2c0::s2::DFENW [] [src]

pub enum DFENW {
    _0,
    _1,
}

Values that can be written to the field DFEN

Variants

Disables the double buffer mode; clock stretch is enabled.

Enables the double buffer mode; clock stretch is disabled. In the slave mode, the I2C will not hold bus between data transfers.

Trait Implementations

Auto Trait Implementations

impl Send for DFENW

impl Sync for DFENW