Lines Matching defs:command
135 const unsigned char *command;
171 const char *command,
177 ret = i2c_master_send(client, command, SHT3X_CMD_LENGTH);
239 ret = sht3x_read_from_command(client, data, data->command, buf,
442 data->command = sht3x_cmd_measure_periodic_mode;
445 data->command = data->setup.high_precision ?
451 data->command = sht3x_cmd_measure_nonblocking_hpm;
454 data->command = sht3x_cmd_measure_nonblocking_lpm;
565 const char *command;
586 * have to send a break command to the sensor, which then falls back
599 command = periodic_measure_commands_hpm[mode - 1];
601 command = periodic_measure_commands_lpm[mode - 1];
604 ret = i2c_master_send(client, command, SHT3X_CMD_LENGTH);
609 /* select mode and command */