Type Definition lpc81x_pac::lpc811::i2c0::cfg::TIMEOUTEN_W

source ·
pub type TIMEOUTEN_W<'a, const O: u8> = BitWriter<'a, u32, CFG_SPEC, TIMEOUTEN_A, O>;
Expand description

Field TIMEOUTEN writer - I2C bus Time-out Enable. When disabled, the time-out function is internally reset.

Implementations§

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.