Home
last modified time | relevance | path

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

/Zephyr-latest/doc/hardware/peripherals/sensor/
Daccel_stream.c43 sensor_stream(iodevs[i], &accel_ctx, NULL, &handles[i]); in main()
/Zephyr-latest/drivers/sensor/
Dsensor_shell_stream.c117 int rc = sensor_stream(&iodev_sensor_shell_stream, &sensor_read_rtio, &ctx, in cmd_sensor_stream()
/Zephyr-latest/tests/boards/vmu_rt1170/icm42688/src/
Dmain.c107 zassert_ok(sensor_stream(&iodev_stream, &rtio, NULL, in ZTEST()
/Zephyr-latest/samples/sensor/accel_polling/src/
Dmain.c59 sensor_stream(iodevs[i], &accel_ctx, NULL, &handles[i]); in print_accels_stream()
/Zephyr-latest/samples/sensor/stream_fifo/src/
Dmain.c82 sensor_stream(iodev, &stream_ctx, NULL, &handle); in print_stream()
/Zephyr-latest/samples/sensor/stream_fifo/
DREADME.rst13 The streaming is started using the sensor_stream() API and it is self-sustained by the
/Zephyr-latest/subsys/sensing/
Dsensor_mgmt.c109 ret = sensor_stream(sensor->iodev, &sensing_rtio_ctx, in set_arbitrate_interval()
/Zephyr-latest/include/zephyr/drivers/
Dsensor.h1042 static inline int sensor_stream(struct rtio_iodev *iodev, struct rtio *ctx, void *userdata, in sensor_stream() function