Searched refs:o2_data (Results 1 – 1 of 1) sorted by relevance
306 const char *o2_data = &data->frame[FCX_MLDX5_DATA_INDEX]; in fcx_mldx5_read_o2_value() local313 if (o2_data[i] != '.') { in fcx_mldx5_read_o2_value()316 } else if (isdigit((int)o2_data[i]) == 0) { in fcx_mldx5_read_o2_value()319 value = value * 10 + (o2_data[i] - '0'); in fcx_mldx5_read_o2_value()327 LOG_HEXDUMP_ERR(o2_data, o2_data_len, "Invalid O2 data"); in fcx_mldx5_read_o2_value()