pub type SADD_W<'a, REG> = FieldWriter<'a, REG, 10, u16, Safe>;
Expand description
Field SADD
writer - Slave address (master mode) In 7-bit addressing mode (ADD10 = 0): SADD[7:1] should be written with the 7-bit slave address to be sent. The bits SADD[9], SADD[8] and SADD[0] are don’t care. In 10-bit addressing mode (ADD10 = 1): SADD[9:0] should be written with the 10-bit slave address to be sent. Note: Changing these bits when the START bit is set is not allowed.
Aliased Type§
struct SADD_W<'a, REG> { /* private fields */ }