ADS131E08_CMD_STOP
return ads131e08_exec_cmd(st, ADS131E08_CMD_STOP);
u8 cmd = state ? ADS131E08_CMD_START : ADS131E08_CMD_STOP;