Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/tdk/icm45686/
Dicm45686_stream.c43 bool fifo_ths = int_status & REG_INT1_STATUS0_FIFO_THS(true); in should_flush_fifo() local
46 if ((trig_fifo_ths && trig_fifo_ths->opt == SENSOR_STREAM_DATA_DROP && fifo_ths) || in should_flush_fifo()
64 bool fifo_ths = int_status & REG_INT1_STATUS0_FIFO_THS(true); in should_read_fifo() local
67 if ((trig_fifo_ths && trig_fifo_ths->opt == SENSOR_STREAM_DATA_INCLUDE && fifo_ths) || in should_read_fifo()
116 data->stream.data.events.fifo_ths = int_status & REG_INT1_STATUS0_FIFO_THS(true); in icm45686_handle_event_actions()
164 REG_INT1_STATUS0_FIFO_THS(data->stream.data.events.fifo_ths) | in icm45686_handle_event_actions()
324 data->stream.settings.enabled.fifo_ths = false; in icm45686_event_handler()
425 (a->settings.enabled.fifo_ths != b->settings.enabled.fifo_ths) || in settings_changed()
426 (a->settings.opt.fifo_ths != b->settings.opt.fifo_ths) || in settings_changed()
456 stream.settings.enabled.fifo_ths = true; in icm45686_stream_submit()
[all …]
Dicm45686.h109 bool fifo_ths : 1; member
114 enum sensor_stream_data_opt fifo_ths; member
118 bool fifo_ths : 1; member
127 bool fifo_ths : 1; member