1.1.11.44 I2C_SMB_HOST_TRANSFER_SETUP Struct

C

/* I2C SMBUS Host mode */

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

} I2C_SMB_HOST_TRANSFER_SETUP;

Summary

I2C Transfer Setup Data Structure

Description

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

Remarks

None.