zephyr/drivers/sensor/icm42688
Yuval Peress 3c6e66e5b5 sensors: convert fifo_wm to batch_dur
Having a % FIFO watermark isn't very useful as it doesn't convey how long
the SoC can sleep (or do other work) while batching sensor data. Convert
the attribute to a batch duration using ticks. Currently the ticks are
in system ticks, but eventually when an external clock is attached to
the sensor it will be in the external clock's ticks.

Signed-off-by: Yuval Peress <peress@google.com>
2023-11-10 12:16:46 -06:00
..
CMakeLists.txt icm42688: Implement streaming APIs 2023-11-10 12:16:46 -06:00
icm42688_common.c sensors: convert fifo_wm to batch_dur 2023-11-10 12:16:46 -06:00
icm42688_decoder.c icm42688: Implement streaming APIs 2023-11-10 12:16:46 -06:00
icm42688_decoder.h icm42688: Implement streaming APIs 2023-11-10 12:16:46 -06:00
icm42688_emul.c emul: icm42688: Implement backend sensor emul API 2023-08-09 08:27:59 +00:00
icm42688_emul.h
icm42688_reg.h icm42688: Implement streaming APIs 2023-11-10 12:16:46 -06:00
icm42688_rtio_stream.c icm42688: Implement streaming APIs 2023-11-10 12:16:46 -06:00
icm42688_rtio.c icm42688: Implement streaming APIs 2023-11-10 12:16:46 -06:00
icm42688_rtio.h icm42688: Implement streaming APIs 2023-11-10 12:16:46 -06:00
icm42688_spi.c
icm42688_spi.h
icm42688_trigger.c icm42688: Implement streaming APIs 2023-11-10 12:16:46 -06:00
icm42688_trigger.h icm42688: Implement streaming APIs 2023-11-10 12:16:46 -06:00
icm42688.c sensors: convert fifo_wm to batch_dur 2023-11-10 12:16:46 -06:00
icm42688.h sensors: convert fifo_wm to batch_dur 2023-11-10 12:16:46 -06:00
Kconfig icm42688: Implement streaming APIs 2023-11-10 12:16:46 -06:00