Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/st/iis328dq/
Diis328dq_trigger.c103 if (cfg->threshold_pad == 1) { in iis328dq_enable_int()
108 } else if (cfg->threshold_pad == 2) { in iis328dq_enable_int()
117 return iis328dq_set_int_pad_state(dev, cfg->threshold_pad, enable); in iis328dq_enable_int()
200 iis328dq_set_int_pad_state(dev, cfg->threshold_pad, true); in iis328dq_handle_interrupt()
Diis328dq.h55 int8_t threshold_pad; member
Diis328dq.c377 .threshold_pad = DT_INST_PROP_OR(inst, threshold_int_pad, -1),