I2C_OP_WRITE
#define IS_READ_OP(op) (((op) & I2C_OP_WRITE) == 0)
#define IS_WRITE_OP(op) (((op) & I2C_OP_WRITE) != 0)