Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/
Dsensor_shell.c247 static struct sensor_chan_spec iodev_sensor_shell_channels[SENSOR_CHAN_ALL]; variable
251 .channels = iodev_sensor_shell_channels,
253 .max = ARRAY_SIZE(iodev_sensor_shell_channels),
555 for (int i = 0; i < ARRAY_SIZE(iodev_sensor_shell_channels); ++i) { in cmd_get_sensor()
559 iodev_sensor_shell_channels[count++] = (struct sensor_chan_spec){i, 0}; in cmd_get_sensor()
571 iodev_sensor_shell_channels[count++] = in cmd_get_sensor()