_ExecCommand
status = _ExecCommand(I2C_OP_WRITE_STOP, cmd, sizeof(cmd), NULL, 0);
return _ExecCommand(I2C_OP_WRITE_STOP, cmd, sizeof(cmd), NULL, 0);
return _ExecCommand(I2C_OP_READ_STOP, cmd, cmdLength,
status_t _ExecCommand(i2c_op op, uint8* cmd,
status = _ExecCommand(I2C_OP_WRITE_STOP, cmd, sizeof(cmd), NULL, 0);
return _ExecCommand(I2C_OP_WRITE_STOP, cmd, sizeof(cmd), NULL, 0);
status_t status = _ExecCommand(I2C_OP_WRITE_STOP, cmd, cmdLength,
return _ExecCommand(I2C_OP_READ_STOP, cmd, cmdLength,
status_t _ExecCommand(i2c_op op, uint8* cmd,