Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/input/
Dinput_tsc_keys.c356 int32_t noise_threshold; member
382 if (slope < -config->noise_threshold && !data->expect_release) { in input_tsc_callback_handler()
385 } else if (slope > config->noise_threshold && data->expect_release) { in input_tsc_callback_handler()
439 .noise_threshold = DT_PROP(inst, noise_threshold), \