Home
last modified time | relevance | path

Searched refs:cmd_data_received (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/sensor/fcx_mldx5/
Dfcx_mldx5.c278 char *cmd_data_received = &data->frame[FCX_MLDX5_DATA_INDEX]; in fcx_mldx5_read_status_value() local
281 if (cmd_data_received[0] != '0' || char2hex(cmd_data_received[1], &value)) { in fcx_mldx5_read_status_value()
282 LOG_ERR("Could not parse status value %.*s", data_len, cmd_data_received); in fcx_mldx5_read_status_value()