Module stm32h7xx_hal::stm32::i2c1

source ·
Expand description

I2C

Modules§

  • 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.
  • 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.
  • Access: No wait states
  • Access: No wait states
  • 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.
  • 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.
  • Access: No wait states
  • Access: No wait states
  • 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.
  • Access: No wait states
  • Access: No wait states

Structs§

Type Aliases§

  • CR1 register accessor: an alias for Reg<CR1_SPEC>
  • CR2 register accessor: an alias for Reg<CR2_SPEC>
  • ICR register accessor: an alias for Reg<ICR_SPEC>
  • ISR register accessor: an alias for Reg<ISR_SPEC>
  • OAR1 register accessor: an alias for Reg<OAR1_SPEC>
  • OAR2 register accessor: an alias for Reg<OAR2_SPEC>
  • PECR register accessor: an alias for Reg<PECR_SPEC>
  • RXDR register accessor: an alias for Reg<RXDR_SPEC>
  • TIMEOUTR register accessor: an alias for Reg<TIMEOUTR_SPEC>
  • TIMINGR register accessor: an alias for Reg<TIMINGR_SPEC>
  • TXDR register accessor: an alias for Reg<TXDR_SPEC>