1.19.9.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.