Searched refs:sensor_stream (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | accel_stream.c | 43 sensor_stream(iodevs[i], &accel_ctx, NULL, &handles[i]); in main()
|
/Zephyr-latest/drivers/sensor/ |
D | sensor_shell_stream.c | 117 int rc = sensor_stream(&iodev_sensor_shell_stream, &sensor_read_rtio, &ctx, in cmd_sensor_stream()
|
/Zephyr-latest/tests/boards/vmu_rt1170/icm42688/src/ |
D | main.c | 107 zassert_ok(sensor_stream(&iodev_stream, &rtio, NULL, in ZTEST()
|
/Zephyr-latest/samples/sensor/accel_polling/src/ |
D | main.c | 59 sensor_stream(iodevs[i], &accel_ctx, NULL, &handles[i]); in print_accels_stream()
|
/Zephyr-latest/samples/sensor/stream_fifo/src/ |
D | main.c | 82 sensor_stream(iodev, &stream_ctx, NULL, &handle); in print_stream()
|
/Zephyr-latest/samples/sensor/stream_fifo/ |
D | README.rst | 13 The streaming is started using the sensor_stream() API and it is self-sustained by the
|
/Zephyr-latest/subsys/sensing/ |
D | sensor_mgmt.c | 109 ret = sensor_stream(sensor->iodev, &sensing_rtio_ctx, in set_arbitrate_interval()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | sensor.h | 1042 static inline int sensor_stream(struct rtio_iodev *iodev, struct rtio *ctx, void *userdata, in sensor_stream() function
|