Struct stm32h743::i2c1::I2C_TIMEOUTR [] [src]

pub struct I2C_TIMEOUTR { /* fields omitted */ }

Access: No wait states, except if a write access occurs while a write access to this register is ongoing. In this case, wait states are inserted in the second write access until the previous one is completed. The latency of the second write access can be up to 2 x PCLK1 + 6 x I2CCLK.

Methods

impl I2C_TIMEOUTR
[src]

[src]

Modifies the contents of the register

[src]

Reads the contents of the register

[src]

Writes to the register

[src]

Writes the reset value to the register

Trait Implementations

Auto Trait Implementations

impl Send for I2C_TIMEOUTR

impl !Sync for I2C_TIMEOUTR