I2C_InitTypeDef struct
I2C Configuration Structure definition
Fields
Specifies if general call mode is selected. This parameter can be a value of I2C_general_call_addressing_mode.
Specifies if nostretch mode is selected. This parameter can be a value of I2C_nostretch_mode.
Specifies the clock frequency. This parameter must be set to a value lower than 400kHz.
Specifies the I2C fast mode duty cycle. This parameter can be a value of I2C_duty_cycle_in_fast_mode.
Specifies the first device own address. This parameter can be a 7-bit or 10-bit address.
Specifies if 7-bit or 10-bit addressing mode is selected. This parameter can be a value of I2C_addressing_mode.
Specifies if dual addressing mode is selected. This parameter can be a value of I2C_dual_addressing_mode.
Specifies the second device own address if dual addressing mode is selected This parameter can be a 7-bit address.