Searched full:debouncing (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/dts/bindings/input/ |
D | kbd-matrix-common.yaml | 43 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.
|
D | gpio-keys.yaml | 35 Debouncing interval time in milliseconds.
|
D | espressif,esp32-touch-sensor.yaml | 46 description: Debouncing interval time in milliseconds.
|
/Zephyr-latest/samples/boards/nordic/nrfx/ |
D | README.rst | 23 Please note that no debouncing mechanism is used for the button, so it may
|
/Zephyr-latest/samples/boards/espressif/light_sleep/ |
D | README.rst | 28 and a 100nF capacitor to ground for debouncing.
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | pincfg-node.yaml | 84 Takes the debounce time in μsec, as argument or 0 to disable debouncing
|
/Zephyr-latest/samples/basic/button/src/ |
D | main.c | 8 * debouncing, check out `input` subsystem and `samples/subsys/input/input_dump`
|
/Zephyr-latest/samples/basic/button/ |
D | README.rst | 14 debouncing, check out :ref:`input` and :zephyr:code-sample:`input-dump`
|
/Zephyr-latest/drivers/input/ |
D | input_kbd_matrix.c | 183 /* 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/ |
D | index.rst | 97 implements button debouncing.
|
D | gpio-kbd.rst | 268 which implements the core functionalities such as scanning delays, debouncing,
|
/Zephyr-latest/soc/atmel/sam/common/ |
D | soc_gpio.h | 188 * The debouncing filter automatically rejects a pulse with a duration of less
|
/Zephyr-latest/include/zephyr/input/ |
D | input_kbd_matrix.h | 252 /* Track previous cycles, used for debouncing. */
|
/Zephyr-latest/doc/hardware/pinctrl/ |
D | index.rst | 21 debouncing, low-power modes, etc.
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 5002 /* CTS changed while we were debouncing, ignore it */ in mdm_uart_cts_callback_isr()
|