Searched full:edges (Results 1 – 25 of 52) sorted by relevance
123
/Zephyr-latest/drivers/sensor/microchip/mchp_tach_xec/ |
D | Kconfig | 18 prompt "Number of tach edges" 21 This value represents the number of Tach edges that 26 bool "Configure 9 tach edges or 4 tach periods" 29 bool "Configure 5 tach edges or 2 tach periods" 32 bool "Configure 3 tach edges or 1 tach period" 35 bool "Configure 2 tach edges or 1/2 tach period"
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/ |
D | Kconfig | 7 bool "Measure I2S LRCLK edges directly"
|
D | README.rst | 39 The nRF5340 is capable of counting both edges of I2S LRCLK relative to USB SOF
|
/Zephyr-latest/dts/bindings/misc/ |
D | renesas,ra-external-interrupt.yaml | 26 - "both-edges"
|
/Zephyr-latest/dts/bindings/gpio/ |
D | adafruit-feather-header.yaml | 8 opposite edges of the board.
|
D | seeed-xiao-header.yaml | 10 edges of the board.
|
D | sparkfun-pro-micro-header.yaml | 8 edges of the board.
|
D | arduino-nano-header-r3.yaml | 7 The Arduino Nano layout provides two headers on opposite edges of the board.
|
D | mikro-bus.yaml | 8 edges of the board.
|
D | arduino-header-r3.yaml | 9 opposite edges of the board.
|
D | arduino-mkr-header.yaml | 7 The Arduino MKR layout provides two headers on both edges of the board.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | espressif,esp32-pcnt.yaml | 9 rising and/or falling edges of an input signal. 19 Each channel has two inputs: a signal input that accepts signal edges
|
D | nxp,s32-qdec.yaml | 89 We use this delay to generate short pulses at the rising and falling edges of input pulse.
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/ |
D | test_config_trigger.c | 42 /* 2. Enable PIN callback as both edges */ in ZTEST() 93 /* 2. Enable PIN callback as both edges */ in ZTEST()
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | comparator.rst | 32 compare its inputs, producing an output and detecting edges. When suspended, the comparator
|
/Zephyr-latest/dts/bindings/counter/ |
D | nxp,lptmr.yaml | 59 2 ^ [prescaler-glitch-filter] rising edges detected
|
/Zephyr-latest/drivers/adc/ |
D | adc_ads7052.c | 197 * edges provided on SCLK. When all 14 output bits are shifted out, the device outputs 0's on the 198 * subsequent SCLK rising edges. The device enters the ACQ state after 18 clocks and a minimum time 200 * 18 SCLK falling edges in the present serial transfer frame, the device provides an invalid
|
/Zephyr-latest/soc/microchip/mec/common/reg/ |
D | mec_tach.h | 37 /* Select TACH edges for counter increment */
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | mcux_lpcmp.h | 89 * 1x1b: COUT both edges event close an active window
|
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/ |
D | nxp_pint.h | 36 /* Generate Pin Interrupt on both edges */
|
D | sam0_eic.h | 24 /* Both edges */
|
/Zephyr-latest/dts/bindings/qspi/ |
D | nxp,s32-qspi.yaml | 33 - Single Data Rate (SDR): sampling of incoming data occurs on single edges. 34 - Double Data Rate (DDR): sampling of incoming data occurs on both edges.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | comparator.h | 34 /** Trigger on both edges of comparator output */
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | ti,cc13xx-cc26xx-pinctrl.yaml | 136 IOC_BOTH_EDGES: Edge detection on both edges
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | cc13xx_cc26xx-pinctrl.h | 64 #define IOC_BOTH_EDGES 0x00030000 /* Edge detection on both edges */
|
123