| /Zephyr-latest/boards/infineon/xmc47_relax_kit/ |
| D | xmc47_relax_kit-pinctrl.dtsi | 9 drive-strength = "strong-soft-edge"; 15 drive-strength = "strong-soft-edge"; 20 drive-strength = "strong-soft-edge"; 26 drive-strength = "strong-soft-edge"; 31 drive-strength = "strong-soft-edge"; 37 drive-strength = "strong-soft-edge"; 42 drive-strength = "strong-soft-edge"; 48 drive-strength = "strong-medium-edge"; 54 drive-strength = "strong-medium-edge"; 60 drive-strength = "strong-sharp-edge"; [all …]
|
| /Zephyr-latest/boards/infineon/xmc45_relax_kit/ |
| D | xmc45_relax_kit-pinctrl.dtsi | 9 drive-strength = "strong-soft-edge"; 15 drive-strength = "strong-soft-edge"; 20 drive-strength = "strong-medium-edge"; 26 drive-strength = "strong-medium-edge"; 32 drive-strength = "strong-sharp-edge"; 37 drive-strength = "strong-medium-edge"; 44 drive-strength = "strong-medium-edge"; 51 drive-strength = "strong-medium-edge"; 58 drive-strength = "strong-medium-edge"; 65 drive-strength = "strong-medium-edge"; [all …]
|
| /Zephyr-latest/dts/bindings/pinctrl/ |
| D | ti,cc13xx-cc26xx-pinctrl.yaml | 32 - ti,input-edge-detect: enable and configure edge detection interrupts 62 To configure an input pin with edge detection (e.g. to count pulses): 69 ti,input-edge-detect = <IOC_RISING_EDGE>; 128 ti,input-edge-detect: 130 default: 0 # no edge detection 132 Enables or disables the edge detection interrupt and configures it: 133 IOC_NO_EDGE: No edge detection (SoC default) 134 IOC_FALLING_EDGE: Edge detection on falling edge 135 IOC_RISING_EDGE: Edge detection on rising edge 136 IOC_BOTH_EDGES: Edge detection on both edges
|
| D | infineon,xmc4xxx-pinctrl.yaml | 91 - "strong-sharp-edge" 92 - "strong-medium-edge" 93 - "strong-soft-edge" 94 - "strong-slow-edge" 96 - "medium-unknown1-edge" 97 - "medium-unknown2-edge"
|
| /Zephyr-latest/dts/bindings/display/panel/ |
| D | panel-timing.yaml | 119 Polarity of pixel clock. Selects which edge to drive data to display on. 120 0 drives pixel data on falling edge, and samples on rising edge. 121 1 drives pixel data on rising edge, and samples data on falling edge 129 Drive sync on rising or sample sync on falling edge. If not specified 131 Use 0 to drive sync on falling edge 132 and sample sync on rising edge of pixel clock. 133 Use 1 to drive sync on rising edge 134 and sample sync on falling edge of pixel clock.
|
| /Zephyr-latest/dts/bindings/gpio/ |
| D | zephyr,gpio-emul.yaml | 11 rising-edge: 12 description: Enables support for rising edge interrupt detection 15 falling-edge: 16 description: Enables support for falling edge interrupt detection
|
| D | microbit,edge-connector.yaml | 7 The edge connector on the micro:bit is used to connect to external 15 The smaller strips spaced at 1.27mm on the edge connector have additional 24 https://tech.microbit.org/hardware/edgeconnector/#edge-connector-pins 26 compatible: "microbit,edge-connector"
|
| /Zephyr-latest/dts/bindings/stepper/adi/ |
| D | adi,tmc2209.yaml | 15 dual-edge-step; 38 dual-edge-step: 41 If present, the stepper motor controller supports dual edge step signals. 42 This means that the step signal can be toggled on both the rising and falling edge.
|
| /Zephyr-latest/boards/khadas/edgev/doc/ |
| D | index.rst | 6 See <https://www.khadas.com/edge-v> 11 See <https://docs.khadas.com/linux/edge/Hardware.html#Edge-V-1> 25 kernel tests on Khadas Edge-V board. For example, with the :zephyr:code-sample:`hello_world`: 65 `Documentation: <https://docs.khadas.com/linux/edge/>`_
|
| /Zephyr-latest/include/zephyr/dt-bindings/interrupt-controller/ |
| D | it8xxx2-wuc.h | 19 /** WUC rising edge trigger mode */ 21 /** WUC falling edge trigger mode */ 23 /** WUC both edge trigger mode */
|
| D | esp32s2-xtensa-intmux.h | 72 #define TG0_T0_EDGE_INTR_SOURCE 62 /* TIMER_GROUP0, TIMER0, EDGE */ 73 #define TG0_T1_EDGE_INTR_SOURCE 63 /* TIMER_GROUP0, TIMER1, EDGE */ 74 #define TG0_WDT_EDGE_INTR_SOURCE 64 /* TIMER_GROUP0, WATCH DOG, EDGE */ 75 #define TG0_LACT_EDGE_INTR_SOURCE 65 /* TIMER_GROUP0, LACT, EDGE */ 76 #define TG1_T0_EDGE_INTR_SOURCE 66 /* TIMER_GROUP1, TIMER0, EDGE */ 77 #define TG1_T1_EDGE_INTR_SOURCE 67 /* TIMER_GROUP1, TIMER1, EDGE */ 78 #define TG1_WDT_EDGE_INTR_SOURCE 68 /* TIMER_GROUP1, WATCHDOG, EDGE */ 79 #define TG1_LACT_EDGE_INTR_SOURCE 69 /* TIMER_GROUP0, LACT, EDGE */ 81 #define SYSTIMER_TARGET0_EDGE_INTR_SOURCE 71 /* system timer 0, edge */ 82 #define SYSTIMER_TARGET1_EDGE_INTR_SOURCE 72 /* system timer 1, edge */ [all …]
|
| D | esp-xtensa-intmux.h | 69 #define TG0_T0_EDGE_INTR_SOURCE 58 /* TIMER_GROUP0, TIMER0, EDGE */ 70 #define TG0_T1_EDGE_INTR_SOURCE 59 /* TIMER_GROUP0, TIMER1, EDGE */ 71 #define TG0_WDT_EDGE_INTR_SOURCE 60 /* TIMER_GROUP0, WATCH DOG, EDGE */ 72 #define TG0_LACT_EDGE_INTR_SOURCE 61 /* TIMER_GROUP0, LACT, EDGE */ 73 #define TG1_T0_EDGE_INTR_SOURCE 62 /* TIMER_GROUP1, TIMER0, EDGE */ 74 #define TG1_T1_EDGE_INTR_SOURCE 63 /* TIMER_GROUP1, TIMER1, EDGE */ 75 #define TG1_WDT_EDGE_INTR_SOURCE 64 /* TIMER_GROUP1, WATCHDOG, EDGE */ 76 #define TG1_LACT_EDGE_INTR_SOURCE 65 /* TIMER_GROUP0, LACT, EDGE */
|
| D | esp32s3-xtensa-intmux.h | 56 #define TG0_T0_LEVEL_INTR_SOURCE 50 /* interrupt of TIMER_GROUP0, TIMER0, EDGE*/ 57 #define TG0_T1_LEVEL_INTR_SOURCE 51 /* interrupt of TIMER_GROUP0, TIMER1, EDGE*/ 58 #define TG0_WDT_LEVEL_INTR_SOURCE 52 /* interrupt of TIMER_GROUP0, WATCH DOG, EDGE*/ 59 #define TG1_T0_LEVEL_INTR_SOURCE 53 /* interrupt of TIMER_GROUP1, TIMER0, EDGE*/ 60 #define TG1_T1_LEVEL_INTR_SOURCE 54 /* interrupt of TIMER_GROUP1, TIMER1, EDGE*/ 61 #define TG1_WDT_LEVEL_INTR_SOURCE 55 /* interrupt of TIMER_GROUP1, WATCHDOG, EDGE*/ 63 #define SYSTIMER_TARGET0_EDGE_INTR_SOURCE 57 /* interrupt of system timer 0, EDGE*/ 64 #define SYSTIMER_TARGET1_EDGE_INTR_SOURCE 58 /* interrupt of system timer 1, EDGE*/ 65 #define SYSTIMER_TARGET2_EDGE_INTR_SOURCE 59 /* interrupt of system timer 2, EDGE*/
|
| /Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/ |
| D | xmc47_relax_kit.overlay | 52 drive-strength = "strong-soft-edge"; 58 drive-strength = "strong-soft-edge"; 64 drive-strength = "strong-soft-edge"; 75 drive-strength = "strong-soft-edge"; 86 drive-strength = "strong-soft-edge";
|
| /Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
| D | cc13xx_cc26xx-pinctrl.h | 60 /* Edge Detection */ 61 #define IOC_NO_EDGE 0x00000000 /* No edge detection */ 62 #define IOC_FALLING_EDGE 0x00010000 /* Edge detection on falling edge */ 63 #define IOC_RISING_EDGE 0x00020000 /* Edge detection on rising edge */ 64 #define IOC_BOTH_EDGES 0x00030000 /* Edge detection on both edges */
|
| /Zephyr-latest/dts/bindings/spi/ |
| D | nxp,lpspi.yaml | 21 edge. 27 Delay in nanoseconds from the last clock edge to the chip select 34 Delay in nanoseconds between last SCK edge of a transfer word and the 35 first SCK edge of the next transfer word.
|
| /Zephyr-latest/drivers/wifi/nrf_wifi/ |
| D | Kconfig.nrfwifi | 262 int "DSSS Transmit power backoff (in dB) for lower edge of 2.4 GHz frequency band" 267 int "HT/VHT Transmit power backoff (in dB) for lower edge of 2.4 GHz frequency band" 272 int "HE Transmit power backoff (in dB) for lower edge of 2.4 GHz frequency band" 277 int "DSSS Transmit power backoff (in dB) for upper edge of 2.4 GHz frequency band" 282 int "HT/VHT Transmit power backoff (in dB) for upper edge of 2.4 GHz frequency band" 287 int "HE Transmit power backoff (in dB) for upper edge of 2.4 GHz frequency band" 292 int "HT/VHT Transmit power backoff (in dB) for lower edge of UNII-1 frequency band" 297 int "HE Transmit power backoff (in dB) for lower edge of UNII-1 frequency band" 302 int "HT/VHT Transmit power backoff (in dB) for upper edge of UNII-1 frequency band" 307 int "HE Transmit power backoff (in dB) for upper edge of UNII-1 frequency band" [all …]
|
| /Zephyr-latest/tests/drivers/gpio/gpio_basic_api/src/ |
| D | test_callback_trigger.c | 95 TC_ERROR("double edge not detected\n"); in test_callback() 102 TC_ERROR("edge not trigger callback correctly\n"); in test_callback() 126 "falling edge failed"); in ZTEST() 128 "rising edge failed"); in ZTEST() 130 "edge active failed"); in ZTEST() 132 "edge inactive failed"); in ZTEST() 142 "edge both failed"); in ZTEST()
|
| /Zephyr-latest/include/zephyr/drivers/interrupt_controller/ |
| D | intc_wkpu_nxp_s32.h | 21 /** Interrupt triggered on rising edge */ 23 /** Interrupt triggered on falling edge */ 25 /** Interrupt triggered on either edge */ 53 * @brief Set edge event and enable interrupt for WKPU line
|
| /Zephyr-latest/tests/drivers/spi/spi_loopback/boards/ |
| D | xmc47_relax_kit.overlay | 8 drive-strength = "strong-soft-edge"; 14 drive-strength = "strong-soft-edge"; 19 drive-strength = "strong-soft-edge";
|
| D | xmc45_relax_kit.overlay | 10 drive-strength = "strong-soft-edge"; 15 drive-strength = "strong-soft-edge"; 20 drive-strength = "strong-soft-edge";
|
| /Zephyr-latest/samples/subsys/tracing/ |
| D | gpio.overlay | 11 rising-edge; 12 falling-edge;
|
| /Zephyr-latest/dts/bindings/mfd/ |
| D | nordic,npm2100.yaml | 21 - "edge" 23 default: "edge" 25 Using interrupt level triggering instead of edge triggering
|
| /Zephyr-latest/dts/bindings/mipi-dbi/ |
| D | mipi-dbi-spi-device.yaml | 29 SPI clock phase that indicates on which edge data is sampled. 30 If it is used, data is sampled on the second edge; otherwise, on the first edge.
|
| /Zephyr-latest/drivers/interrupt_controller/ |
| D | wuc_ite_it8xxx2.c | 22 /* WUC wakeup edge mode register */ 24 /* WUC wakeup edge sense register */ 28 /* WUC wakeup both edge mode register */ 89 /* Set wakeup interrupt edge trigger mode of the pin */ in it8xxx2_wuc_set_polarity() 97 /* Both edge trigger mode */ in it8xxx2_wuc_set_polarity()
|