[][src]Type Definition cc2538::i2cm::sa::W

type W = W<u32, SA>;

Writer for register SA

Methods

impl W[src]

pub fn reserved24(&mut self) -> RESERVED24_W[src]

Bits 8:31 - 31:8] Software should not rely on the value of a reserved bit. To provide compatibility with future products, the value of a reserved bit should be preserved across a read-modify-write operation.

pub fn sa(&mut self) -> SA_W[src]

Bits 1:7 - 7:1] I2C slave address

pub fn rs(&mut self) -> RS_W[src]

Bit 0 - 0:0] Receive and send The R/S bit specifies if the next operation is a receive (high) or transmit (low). 0: Transmit 1: Receive