STM32H735xx HAL User Manual
Data Fields
I2C_InitTypeDef Struct Reference

#include <stm32h7xx_hal_i2c.h>

Data Fields

uint32_t Timing
uint32_t OwnAddress1
uint32_t AddressingMode
uint32_t DualAddressMode
uint32_t OwnAddress2
uint32_t OwnAddress2Masks
uint32_t GeneralCallMode
uint32_t NoStretchMode

Detailed Description

Definition at line 47 of file stm32h7xx_hal_i2c.h.


Field Documentation

Specifies if 7-bit or 10-bit addressing mode is selected. This parameter can be a value of I2C Addressing Mode

Definition at line 56 of file stm32h7xx_hal_i2c.h.

Referenced by HAL_I2C_Init(), HAL_I2C_IsDeviceReady(), HAL_I2C_Slave_Transmit(), and I2C_ITAddrCplt().

Specifies if dual addressing mode is selected. This parameter can be a value of I2C Dual Addressing Mode

Definition at line 59 of file stm32h7xx_hal_i2c.h.

Referenced by HAL_I2C_Init().

Specifies if general call mode is selected. This parameter can be a value of I2C General Call Addressing Mode

Definition at line 69 of file stm32h7xx_hal_i2c.h.

Referenced by HAL_I2C_Init().

Specifies if nostretch mode is selected. This parameter can be a value of I2C No-Stretch Mode

Definition at line 72 of file stm32h7xx_hal_i2c.h.

Referenced by HAL_I2C_Init().

Specifies the first device own address. This parameter can be a 7-bit or 10-bit address.

Definition at line 53 of file stm32h7xx_hal_i2c.h.

Referenced by HAL_I2C_Init().

Specifies the second device own address if dual addressing mode is selected This parameter can be a 7-bit address.

Definition at line 62 of file stm32h7xx_hal_i2c.h.

Referenced by HAL_I2C_Init().

Specifies the acknowledge mask address second device own address if dual addressing mode is selected. This parameter can be a value of I2C Own Address2 Masks

Definition at line 65 of file stm32h7xx_hal_i2c.h.

Referenced by HAL_I2C_Init().

Specifies the I2C_TIMINGR_register value. This parameter calculated by referring to I2C initialization section in Reference manual

Definition at line 49 of file stm32h7xx_hal_i2c.h.

Referenced by HAL_I2C_Init().


The documentation for this struct was generated from the following file: