Home
last modified time | relevance | path

Searched full:debouncing (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/dts/bindings/input/
Dkbd-matrix-common.yaml43 Debouncing time for a key press event. Defaults to 10ms if unspecified.
49 Debouncing time for a key release event. Defaults to 20ms if unspecified.
Dgpio-keys.yaml35 Debouncing interval time in milliseconds.
Despressif,esp32-touch-sensor.yaml46 description: Debouncing interval time in milliseconds.
/Zephyr-latest/samples/boards/nordic/nrfx/
DREADME.rst23 Please note that no debouncing mechanism is used for the button, so it may
/Zephyr-latest/samples/boards/espressif/light_sleep/
DREADME.rst28 and a 100nF capacitor to ground for debouncing.
/Zephyr-latest/dts/bindings/pinctrl/
Dpincfg-node.yaml84 Takes the debounce time in μsec, as argument or 0 to disable debouncing
/Zephyr-latest/samples/basic/button/src/
Dmain.c8 * debouncing, check out `input` subsystem and `samples/subsys/input/input_dump`
/Zephyr-latest/samples/basic/button/
DREADME.rst14 debouncing, check out :ref:`input` and :zephyr:code-sample:`input-dump`
/Zephyr-latest/drivers/input/
Dinput_kbd_matrix.c183 /* Debouncing for each row key occurs here */ in input_kbd_matrix_update_state()
302 * compensate for the time invested in debouncing a key in input_kbd_matrix_poll()
/Zephyr-latest/doc/services/input/
Dindex.rst97 implements button debouncing.
Dgpio-kbd.rst268 which implements the core functionalities such as scanning delays, debouncing,
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_gpio.h188 * The debouncing filter automatically rejects a pulse with a duration of less
/Zephyr-latest/include/zephyr/input/
Dinput_kbd_matrix.h252 /* Track previous cycles, used for debouncing. */
/Zephyr-latest/doc/hardware/pinctrl/
Dindex.rst21 debouncing, low-power modes, etc.
/Zephyr-latest/drivers/modem/
Dhl7800.c5002 /* CTS changed while we were debouncing, ignore it */ in mdm_uart_cts_callback_isr()