Struct stm32ral::stm32h7::peripherals::i2c::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub CR1: RWRegister<u32>, pub CR2: RWRegister<u32>, pub OAR1: RWRegister<u32>, pub OAR2: RWRegister<u32>, pub TIMINGR: RWRegister<u32>, pub TIMEOUTR: RWRegister<u32>, pub ISR: RWRegister<u32>, pub ICR: WORegister<u32>, pub PECR: RORegister<u32>, pub RXDR: RORegister<u32>, pub TXDR: RWRegister<u32>, }

Fields

CR1: RWRegister<u32>

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.

CR2: RWRegister<u32>

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.

OAR1: RWRegister<u32>

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.

OAR2: RWRegister<u32>

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.

TIMINGR: RWRegister<u32>

Access: No wait states

TIMEOUTR: RWRegister<u32>

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.

ISR: RWRegister<u32>

Access: No wait states

ICR: WORegister<u32>

Access: No wait states

PECR: RORegister<u32>

Access: No wait states

RXDR: RORegister<u32>

Access: No wait states

TXDR: RWRegister<u32>

Access: No wait states

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.