Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/sensor/nxp/fxos8700/
Dfxos8700_trigger.c294 config->pulse_ths[0])) { in fxos8700_pulse_init()
299 config->pulse_ths[1])) { in fxos8700_pulse_init()
304 config->pulse_ths[2])) { in fxos8700_pulse_init()
Dfxos8700.c716 .pulse_ths[0] = DT_INST_PROP(n, pulse_thsx), \
717 .pulse_ths[1] = DT_INST_PROP(n, pulse_thsy), \
718 .pulse_ths[2] = DT_INST_PROP(n, pulse_thsz), \
Dfxos8700.h178 uint8_t pulse_ths[3]; member