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

type W = W<u32, SLVADR>;

Writer for register SLVADR[%s]

Methods

impl W[src]

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

Bit 0 - Slave Address n Disable.

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

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

pub fn autonack(&mut self) -> AUTONACK_W[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.