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

type R = R<u32, SLVADR>;

Reader of register SLVADR[%s]

Methods

impl R[src]

pub fn sadisable(&self) -> SADISABLE_R[src]

Bit 0 - Slave Address n Disable.

pub fn slvadr(&self) -> SLVADR_R[src]

Bits 1:7 - Slave Address. Seven bit slave address that is compared to received addresses if enabled.

pub fn autonack(&self) -> AUTONACK_R[src]

Bit 15 - Automatic NACK operation. Used in conjunction with AUTOACK and AUTOMATCHREAD, allows software to ignore I2C traffic while handling previous I2C data or other operations.