[][src]Type Definition lpc11xx::i2c::ADR

type ADR = Reg<u32, _ADR>;

I2C Slave Address Register 1. Contains the 7-bit slave address for operation of the I2C interface in slave mode, and is not used in master mode. The least significant bit determines whether a slave responds to the General Call address

This register you can read, reset, write, write_with_zero, modify. See API.

For information about avaliable fields see adr module

Trait Implementations

impl Readable for ADR[src]

read() method returns adr::R reader structure

impl Writable for ADR[src]

write(|w| ..) method takes adr::W writer structure

impl ResetValue for ADR[src]

Register ADR%s reset()'s with value 0

type Type = u32

Register size