Searched refs:sensor_stream (Results 1 – 5 of 5) 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/samples/sensor/accel_polling/src/ |
D | main.c | 59 sensor_stream(iodevs[i], &accel_ctx, NULL, &handles[i]); in print_accels_stream()
|
/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 | 1039 static inline int sensor_stream(struct rtio_iodev *iodev, struct rtio *ctx, void *userdata, in sensor_stream() function
|