[][src]Type Definition cc2538::i2cm::SA

type SA = Reg<u32, _SA>;

I2C master slave address This register consists of eight bits, seven address bits (A6-A0), and a receive and send bit, which determines if the next operation is a receive (high) or transmit (low).

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

For information about avaliable fields see sa module

Trait Implementations

impl Readable for SA[src]

read() method returns sa::R reader structure

impl Writable for SA[src]

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

impl ResetValue for SA[src]

Register SA reset()'s with value 0

type Type = u32

Register size