FMPI2C_InitTypeDef struct
FMPI2C Configuration Structure definition
Fields
Specifies the FMPI2C_TIMINGR_register value. This parameter calculated by referring to FMPI2C initialization section in Reference manual.
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 FMPI2C_ADDRESSING_MODE.
Specifies if dual addressing mode is selected. This parameter can be a value of FMPI2C_DUAL_ADDRESSING_MODE.
Specifies the second device own address if dual addressing mode is selected This parameter can be a 7-bit address.
Specifies the acknowledge mask address second device own address if dual addressing mode is selected. This parameter can be a value of FMPI2C_OWN_ADDRESS2_MASKS.
Specifies if general call mode is selected. This parameter can be a value of FMPI2C_GENERAL_CALL_ADDRESSING_MODE.
Specifies if nostretch mode is selected. This parameter can be a value of FMPI2C_NOSTRETCH_MODE.