Enum lpc82x::i2c0::cfg::TIMEOUTENW [] [src]

pub enum TIMEOUTENW {
    DISABLED,
    ENABLED,
}

Values that can be written to the field TIMEOUTEN

Variants

Disabled. Time-out function is disabled.

Enabled. Time-out function is enabled. Both types of time-out flags will be generated and will cause interrupts if they are enabled. Typically, only one time-out will be used in a system.