1.27.25.15 TWIHS_TRANSFER_SETUP Struct

C

/* TWIHS master mode */

typedef struct
{
    /* TWIHS Clock Speed */
    uint32_t clkSpeed;
    
} TWIHS_TRANSFER_SETUP;

Summary

TWIHS transfer setup data structure

Description

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

Remarks

None.