1.42.3.69 FLEXCOM_TWI_TRANSFER_SETUP Struct

C

/* TWI master mode */

typedef struct
{
    /* FLEXCOM TWI Clock Speed */
    uint32_t clkSpeed;
    
} FLEXCOM_TWI_TRANSFER_SETUP;

Summary

TWI transfer setup data structure

Description

This data structure defines the TWI transfer setup and is used in the FLEXCOMx_TWI_TransferSetup API to change the I2C speed at run-time

Remarks

None.