[][src]Type Definition cc2538::i2cs::DR

type DR = Reg<u32, _DR>;

I2C slave data This register contains the data to be transmitted when in the slave transmit state, and the data received when in the slave receive state.

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

For information about avaliable fields see dr module

Trait Implementations

impl Readable for DR[src]

read() method returns dr::R reader structure

impl Writable for DR[src]

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

impl ResetValue for DR[src]

Register DR reset()'s with value 0

type Type = u32

Register size