1.11.12.14 1.12.12.14 1.13.11.14 1.15.11.14 1.16.9.14 1.17.9.14 1.18.10.14 1.19.9.14 1.20.9.14 1.21.10.14 1.22.14.14 1.23.13.14 1.24.11.14 I2C_TRANSFER_SETUP Struct

C

/* I2C master mode */

typedef struct
{
    /* I2C Clock Speed */
    uint32_t clkSpeed;

} I2C_TRANSFER_SETUP;

Summary

I2C Transfer Setup Data Structure

Description

This data structure defines the I2C Transfer Setup Data and is used in the I2Cx_TransferSetup API to change the I2C speed at run-time

Remarks

None.