[][src]Type Definition lpc54606_pac::i2c0::cfg::W

type W = W<u32, CFG>;

Writer for register CFG

Methods

impl W[src]

pub fn msten(&mut self) -> MSTEN_W[src]

Bit 0 - Master Enable. When disabled, configurations settings for the Master function are not changed, but the Master function is internally reset.

pub fn slven(&mut self) -> SLVEN_W[src]

Bit 1 - Slave Enable. When disabled, configurations settings for the Slave function are not changed, but the Slave function is internally reset.

pub fn monen(&mut self) -> MONEN_W[src]

Bit 2 - Monitor Enable. When disabled, configurations settings for the Monitor function are not changed, but the Monitor function is internally reset.

pub fn timeouten(&mut self) -> TIMEOUTEN_W[src]

Bit 3 - I2C bus Time-out Enable. When disabled, the time-out function is internally reset.

pub fn monclkstr(&mut self) -> MONCLKSTR_W[src]

Bit 4 - Monitor function Clock Stretching.

pub fn hscapable(&mut self) -> HSCAPABLE_W[src]

Bit 5 - High-speed mode Capable enable. Since High Speed mode alters the way I2C pins drive and filter, as well as the timing for certain I2C signalling, enabling High-speed mode applies to all functions: Master, Slave, and Monitor.