Home
last modified time | relevance | path

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