Enum zinc_hal_lpc11xx::ioregs::I2C_mmctrl_mm_ena [] [src]

pub enum I2C_mmctrl_mm_ena {
    Disabled,
    Enabled,
}

Variants

Disabled

Monitor mode disabled.

Enabled

The I2C module will enter monitor mode. In this mode the SDA output will be forced high. This will prevent the I2C module from outputting data of any kind (including ACK) onto the I 2C data bus. Depending on the state of the ENA_SCL bit, the output may be also forced high, preventing the module from having control over the I2C clock line.

Trait Implementations

Derived Implementations

impl PartialEq for I2C_mmctrl_mm_ena

fn eq(&self, __arg_0: &I2C_mmctrl_mm_ena) -> bool

fn ne(&self, __arg_0: &I2C_mmctrl_mm_ena) -> bool