Struct stm32h743::i2c1::i2c_txdr::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bits 0:7 - 8-bit transmit data Data byte to be transmitted to the I2C bus. Note: These bits can be written only when TXE=1.

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W