TSL2563_CMD_POWER_ON
cmd = on ? TSL2563_CMD_POWER_ON : TSL2563_CMD_POWER_OFF;
return (ret & TSL2563_CTRL_POWER_MASK) == TSL2563_CMD_POWER_ON;