[][src]Type Definition lpc55_pac::i2c0::SLVADR2

type SLVADR2 = Reg<u32, _SLVADR2>;

Slave address register.

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

For information about available fields see slvadr2 module

Trait Implementations

impl Readable for SLVADR2[src]

read() method returns slvadr2::R reader structure

impl ResetValue for SLVADR2[src]

Register SLVADR2 reset()'s with value 0x01

type Type = u32

Register size

impl Writable for SLVADR2[src]

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