Struct stm32h743::i2c1::I2C_CR2 [] [src]

pub struct I2C_CR2 { /* 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_CR2
[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_CR2

impl !Sync for I2C_CR2