Type Definition lpc81x_pac::lpc810::i2c0::stat::EVENTTIMEOUT_W

source ·
pub type EVENTTIMEOUT_W<'a, const O: u8> = BitWriter<'a, u32, STAT_SPEC, EVENTTIMEOUT_A, O>;
Expand description

Field EVENTTIMEOUT writer - Event Time-out Interrupt flag. Indicates when the time between events has been longer than the time specified by the TIMEOUT register. Events include Start, Stop, and clock edges. The flag is cleared by writing a 1 to this bit. No time-out is created when the I2C-bus is idle.

Implementations§

No time-out. I2C bus events have not caused a time-out.

Event time-out. The time between I2C bus events has been longer than the time specified by the TIMEOUT register.