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

type SLVADR1 = Reg<u32, _SLVADR1>;

Slave address register.

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

For information about available fields see slvadr1 module

Trait Implementations

impl Readable for SLVADR1[src]

read() method returns slvadr1::R reader structure

impl ResetValue for SLVADR1[src]

Register SLVADR1 reset()'s with value 0x01

type Type = u32

Register size

impl Writable for SLVADR1[src]

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