Searched refs:fifo_th (Results 1 – 1 of 1) sorted by relevance
40 pin_int.fifo_th = PROPERTY_DISABLE; in lsm6dsv16x_config_fifo()44 pin_int.fifo_th = (fifo_irq & FIFO_TH) ? PROPERTY_ENABLE : PROPERTY_DISABLE; in lsm6dsv16x_config_fifo()165 uint8_t fifo_th = 0, fifo_full = 0; in lsm6dsv16x_read_fifo_cb() local192 fifo_th = (lsm6dsv16x->fifo_status[1] & 0x80) ? 1 : 0; in lsm6dsv16x_read_fifo_cb()198 bool has_fifo_ths_trig = fifo_ths_cfg != NULL && fifo_th == 1; in lsm6dsv16x_read_fifo_cb()