1.35.17.9 TWI_TRANSFER_SETUP Struct
C
/* TWI master mode */ typedef struct { /* TWI Clock Speed */ uint32_t clkSpeed; } TWI_TRANSFER_SETUP;
Summary
I2C transfer setup data structure
Description
This data structure defines the TWI Transfer Setup data and is used in the TWIx_TransferSetup API to change the I2C speed at run-time.
Remarks
None.