1.2.21.75 1.3.25.75 1.4.21.75 1.5.25.75 1.6.22.75 1.7.23.75 1.9.19.75 1.29.23.75 1.30.18.75 1.31.18.75 1.32.26.75 1.33.16.75 1.37.18.75 1.38.21.75 1.39.18.75 1.40.20.75 SERCOM_I2C_TRANSFER_SETUP Struct

C

/* I2C master mode */

typedef struct
{
    /* SERCOM I2C Clock Speed */
    uint32_t clkSpeed;
    
} SERCOM_I2C_TRANSFER_SETUP;

Summary

I2C transfer setup data structure

Description

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

Remarks

None