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

type R = R<u32, CFG>;

Reader of register CFG

Methods

impl R[src]

pub fn msten(&self) -> MSTEN_R[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(&self) -> SLVEN_R[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(&self) -> MONEN_R[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(&self) -> TIMEOUTEN_R[src]

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

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

Bit 4 - Monitor function Clock Stretching.

pub fn hscapable(&self) -> HSCAPABLE_R[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.