Searched full:taps (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/dts/bindings/input/ |
D | zephyr,input-double-tap.yaml | 8 corresponding to double taps. 43 Array of key codes to be generated for double taps (INPUT_KEY_* or INPUT_BTN_*). 48 description: Maximum time delay between taps to register a double tap, in milliseconds.
|
D | cirque,pinnacle-common.yaml | 44 taps. When set to 0, no empty packets are sent. Supported values from 0
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | tap_count.c | 29 printk("Tap! Total Taps: %u\n", state->count); in tap_handler() 41 printk("Failed to set trigger handler for taps, error %d\n", rc); in main()
|
D | triggers.rst | 13 data ready to physical events such as taps or steps.
|
/Zephyr-latest/drivers/dai/intel/dmic/ |
D | dmic_nhlt.h | 103 * Actual size of the array depends on the number of active taps of the FIR filter for 104 * channel A plus the number of active taps of the FIR filter for channel B (see FIR_CONFIG)
|
/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/src/ |
D | main.c | 12 #define NUM_TAPS 10 /* Number of taps in the FIR filter (length of the moving average window) */
|
/Zephyr-latest/drivers/spi/ |
D | spi_xec_qmspi_ldma.c | 138 uint32_t taps[3]; in qmspi_reset() local 144 taps[0] = regs->TM_TAPS; in qmspi_reset() 145 taps[1] = regs->TM_TAPS_ADJ; in qmspi_reset() 146 taps[2] = regs->TM_TAPS_CTRL; in qmspi_reset() 161 regs->TM_TAPS = taps[0]; in qmspi_reset() 162 regs->TM_TAPS_ADJ = taps[1]; in qmspi_reset() 163 regs->TM_TAPS_CTRL = taps[2]; in qmspi_reset() 403 /* chip select timing and TAPS adjust */ in qmspi_configure()
|
/Zephyr-latest/samples/modules/cmsis_dsp/moving_average/ |
D | README.rst | 17 N is the number of "taps" (i.e. the size of the moving average window).
|
/Zephyr-latest/boards/snps/hsdk/support/ |
D | openocd-2-cores.cfg | 42 # OpenOCD discovers JTAG TAPs in reverse order.
|
D | openocd.cfg | 42 # OpenOCD discovers JTAG TAPs in reverse order.
|
/Zephyr-latest/soc/microchip/mec/mec172x/reg/ |
D | mec172x_qspi.h | 347 /* TAPS select and TAPS Adjust registers */ 352 /* TAPS Control register */
|
/Zephyr-latest/dts/bindings/sensor/ |
D | st,iis2dlpc-common.yaml | 123 maximum time between two successive detected taps to determine a
|
D | st,lis2dw12-common.yaml | 151 maximum time between two successive detected taps to determine a
|
/Zephyr-latest/boards/snps/hsdk4xd/support/ |
D | openocd.cfg | 42 # OpenOCD discovers JTAG TAPs in reverse order.
|
/Zephyr-latest/doc/services/input/ |
D | index.rst | 104 for input double taps
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/ |
D | dmic_regs.h | 291 /* The number of active taps of the FIR filter minus 1. */
|
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ |
D | dmic_regs.h | 309 /* The number of active taps of the FIR filter minus 1. */
|
/Zephyr-latest/drivers/sdhc/ |
D | rcar_mmc.c | 1687 * it is more easly to detect 3 OK taps in a row in rcar_mmc_execute_tuning() 1738 * If all of the taps[i] is OK, the sampling clock position is selected by identifying in rcar_mmc_execute_tuning()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 296 * Added missing taps into JTAG chain for the dual-core configuration of the
|