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.c241 static struct sensor_chan_spec iodev_sensor_shell_channels[SENSOR_CHAN_ALL]; variable
245 .channels = iodev_sensor_shell_channels,
247 .max = ARRAY_SIZE(iodev_sensor_shell_channels),
566 for (int i = 0; i < ARRAY_SIZE(iodev_sensor_shell_channels); ++i) { in cmd_get_sensor()
570 iodev_sensor_shell_channels[count++] = (struct sensor_chan_spec){i, 0}; in cmd_get_sensor()
582 iodev_sensor_shell_channels[count++] = in cmd_get_sensor()