Type Definition lpc81x_pac::lpc810::i2c0::timeout::TO_W

source ·
pub type TO_W<'a, const O: u8> = FieldWriter<'a, u32, TIMEOUT_SPEC, u16, u16, 12, O>;
Expand description

Field TO writer - Time-out time value. Specifies the time-out interval value in increments of 16 I 2C function clocks, as defined by the CLKDIV register. To change this value while I2C is in operation, disable all time-outs, write a new value to TIMEOUT, then re-enable time-outs. 0x000 = A time-out will occur after 16 counts of the I2C function clock. 0x001 = A time-out will occur after 32 counts of the I2C function clock. 0xFFF = A time-out will occur after 65,536 counts of the I2C function clock.