[][src]Type Definition cc2538::i2cs::OAR

type OAR = Reg<u32, _OAR>;

I2C slave own address This register consists of seven address bits that identify the CC2538 I2C device on the I2C bus.

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

For information about avaliable fields see oar module

Trait Implementations

impl Readable for OAR[src]

read() method returns oar::R reader structure

impl Writable for OAR[src]

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

impl ResetValue for OAR[src]

Register OAR reset()'s with value 0

type Type = u32

Register size