[][src]Type Definition nuc1xx::i2c0::I2CDAT

type I2CDAT = Reg<u32, _I2CDAT>;

I2C Data Register

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

For information about available fields see i2cdat module

Trait Implementations

impl Readable for I2CDAT[src]

read() method returns i2cdat::R reader structure

impl ResetValue for I2CDAT[src]

Register I2CDAT reset()'s with value 0

type Type = u32

Register size

impl Writable for I2CDAT[src]

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