Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/tdk/icm45686/
Dicm45686_stream.c33 static inline bool should_flush_fifo(const struct sensor_read_config *read_cfg, in should_flush_fifo() argument
37 read_cfg, in should_flush_fifo()
40 read_cfg, in should_flush_fifo()
54 static inline bool should_read_fifo(const struct sensor_read_config *read_cfg, in should_read_fifo() argument
58 read_cfg, in should_read_fifo()
61 read_cfg, in should_read_fifo()
75 static inline bool should_read_data(const struct sensor_read_config *read_cfg, in should_read_data() argument
79 read_cfg, in should_read_data()
111 const struct sensor_read_config *read_cfg = data->stream.iodev_sqe->sqe.iodev->data; in icm45686_handle_event_actions() local
130 if (should_read_fifo(read_cfg, int_status)) { in icm45686_handle_event_actions()
[all …]