Searched refs:fifo_ths (Results 1 – 2 of 2) sorted by relevance
43 bool fifo_ths = int_status & REG_INT1_STATUS0_FIFO_THS(true); in should_flush_fifo() local46 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() local67 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 …]
109 bool fifo_ths : 1; member114 enum sensor_stream_data_opt fifo_ths; member118 bool fifo_ths : 1; member127 bool fifo_ths : 1; member