1.2.21.77 1.3.25.77 1.4.21.77 1.5.25.77 1.6.22.77 1.7.23.77 1.9.19.77 1.29.23.77 1.30.18.77 1.31.18.77 1.32.26.77 1.33.16.77 1.37.18.77 1.38.21.77 1.39.18.77 1.40.20.77 SERCOM_I2C_SLAVE_TRANSFER_DIR Enum

C

/* I2C slave mode */

typedef enum
{
    /* I2C Master is writing to slave */
    SERCOM_I2C_SLAVE_TRANSFER_DIR_WRITE = 0,
    
    /* I2C Master is reading from slave */
    SERCOM_I2C_SLAVE_TRANSFER_DIR_READ = 1,
}SERCOM_I2C_SLAVE_TRANSFER_DIR;

Summary

Defines the enum for I2C data transfer direction.

Description

Defines the enum for I2C data transfer direction. The enumeration of this type is returned by the SERCOMx_I2C_TransferDirGet() function.

Remarks

None