Searched refs:MAX_I2C_TRANSFER_SIZE (Results 1 – 1 of 1) sorted by relevance
66 #define MAX_I2C_TRANSFER_SIZE 8 macro121 uint8_t txrxBuf[MAX_I2C_TRANSFER_SIZE];235 if ((txBytes > MAX_I2C_TRANSFER_SIZE) || (rxBytes > MAX_I2C_TRANSFER_SIZE)) { in performXfer()236 ERROR_PRINT("txBytes and rxBytes must be less than %d", MAX_I2C_TRANSFER_SIZE); in performXfer()