[][src]Type Definition lpc54606_pac::i2c0::SLVDAT

type SLVDAT = Reg<u32, _SLVDAT>;

Combined Slave receiver and transmitter data register.

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

For information about available fields see slvdat module

Trait Implementations

impl Readable for SLVDAT[src]

read() method returns slvdat::R reader structure

impl ResetValue for SLVDAT[src]

Register SLVDAT reset()'s with value 0

type Type = u32

Register size

impl Writable for SLVDAT[src]

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