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

type MSTDAT = Reg<u32, _MSTDAT>;

Combined Master receiver and transmitter data register.

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

For information about available fields see mstdat module

Trait Implementations

impl Readable for MSTDAT[src]

read() method returns mstdat::R reader structure

impl ResetValue for MSTDAT[src]

Register MSTDAT reset()'s with value 0

type Type = u32

Register size

impl Writable for MSTDAT[src]

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