Lines Matching +full:proximity +full:- +full:high +full:- +full:threshold
4 * SPDX-License-Identifier: Apache-2.0
19 /* PRATE register defines the time between proximity measurements
34 * PILT Register defines the low interrupt threshold.
35 * If the value generated by the proximity channel is below the
36 * threshold, PPERS value is reached and PIEN is enabled, the INT pin will be asserted
41 * PILT Register defines the high interrupt threshold.
42 * If the value generated by the proximity channel is above the
43 * threshold, PPERS value is reached and PIEN is enabled, the INT pin will be asserted
50 * the threshold have to be generated until a interrupt is generated.
73 /* proximity gain control */
92 /* PDATA contains the 1-byte proximity data */
164 gpio_pin_interrupt_configure_dt(&config->int_gpio, flags); in tmd2620_setup_int()