Part Number: MSPM0G3507
Tool/software:
/** @enum DL_I2C_CONTROLLER_ACK */
typedef enum {
/*! Last received data byte of a transaction is not ACKed automatically */
DL_I2C_CONTROLLER_ACK_ENABLE = I2C_MCTR_ACK_ENABLE,
/*! Last received data byte of a transaction is ACKed automatically */
DL_I2C_CONTROLLER_ACK_DISABLE = I2C_MCTR_ACK_DISABLE,
} DL_I2C_CONTROLLER_ACK;
