Searched full:falling (Results 1 – 25 of 95) sorted by relevance
1234
/Zephyr-latest/dts/bindings/display/panel/ |
D | panel-timing.yaml | 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 134 and sample sync on falling edge of pixel clock.
|
/Zephyr-latest/dts/bindings/gpio/ |
D | zephyr,gpio-emul.yaml | 15 falling-edge: 16 description: Enables support for falling edge interrupt detection
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | nuvoton,npcx-pinctrl.yaml | 97 - "low-falling": Select the detection polarity to low/falling 100 - "low-falling"
|
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/ |
D | gd32_exti.h | 24 /** Trigger on falling edge */ 26 /** Trigger on rising and falling edge */
|
D | gpio_intc_stm32.h | 54 /* Trigger on falling edge */ 56 /* Trigger on both rising and falling edge */
|
D | intc_xmc4xxx.h | 16 * @param trig Trigger edge type (falling, rising or both)
|
D | intc_eirq_nxp_s32.h | 24 /** Interrupt triggered on falling edge */
|
D | intc_wkpu_nxp_s32.h | 23 /** Interrupt triggered on falling edge */
|
/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | st,stm32g0-exti.yaml | 8 dedicated Rising and Falling interrupt pending registers.
|
D | st,stm32h7rs-exti.yaml | 8 with two dedicated Rising and Falling interrupt pending registers
|
/Zephyr-latest/samples/drivers/charger/ |
D | Kconfig | 19 int "System voltage notification falling threshold in µV"
|
/Zephyr-latest/samples/subsys/tracing/ |
D | gpio.overlay | 12 falling-edge;
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | mcux_lpcmp.h | 36 /** LPCMP output falling event trigger. */ 88 * 011b: COUT falling edge event close an active window
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_pca953x.c | 48 uint8_t falling; member 122 if (!irq_state->rising && !irq_state->falling) { in gpio_pca953x_handle_interrupt() 138 /* Mask gpio transactions with rising/falling edge interrupt config */ in gpio_pca953x_handle_interrupt() 141 interrupt_status |= (irq_state->falling & transitioned_pins & in gpio_pca953x_handle_interrupt() 361 irq->falling &= ~BIT(pin); in gpio_pca953x_pin_interrupt_configure() 365 irq->falling |= BIT(pin); in gpio_pca953x_pin_interrupt_configure() 368 irq->falling |= BIT(pin); in gpio_pca953x_pin_interrupt_configure() 371 irq->falling &= ~BIT(pin); in gpio_pca953x_pin_interrupt_configure()
|
D | gpio_tca6424a.c | 31 uint32_t falling; member 193 if (!irq_state->rising && !irq_state->falling) { in tca6424a_handle_interrupt() 209 /* Mask gpio transactions with rising/falling edge interrupt config */ in tca6424a_handle_interrupt() 211 interrupt_status |= (irq_state->falling & transitioned_pins & previous_state); in tca6424a_handle_interrupt() 412 irq->falling &= ~BIT(pin); in tca6424a_pin_interrupt_configure() 416 irq->falling |= BIT(pin); in tca6424a_pin_interrupt_configure() 419 irq->falling |= BIT(pin); in tca6424a_pin_interrupt_configure() 422 irq->falling &= ~BIT(pin); in tca6424a_pin_interrupt_configure()
|
/Zephyr-latest/include/zephyr/dt-bindings/interrupt-controller/ |
D | it8xxx2-wuc.h | 21 /** WUC falling edge trigger mode */
|
/Zephyr-latest/dts/bindings/misc/ |
D | renesas,ra-external-interrupt.yaml | 24 - "falling"
|
/Zephyr-latest/dts/bindings/watchdog/ |
D | ti,tps382x.yaml | 17 when WDI sees a rising edge or a falling edge. If unused, the WDI
|
/Zephyr-latest/dts/bindings/wifi/ |
D | nordic,nrf70-qspi.yaml | 42 Set to indicate that the clock leading edge is falling (CPOL=1).
|
/Zephyr-latest/dts/bindings/stepper/adi/ |
D | adi,tmc2209.yaml | 42 This means that the step signal can be toggled on both the rising and falling edge.
|
/Zephyr-latest/subsys/net/lib/wifi_credentials/ |
D | Kconfig | 72 Wait period before falling back to the next entry in the list of stored SSIDs.
|
/Zephyr-latest/dts/bindings/video/ |
D | video-interfaces.yaml | 107 - 0 # falling 111 Sample data on falling, rising or both edges of the pixel clock signal.
|
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/cm33/ |
D | power.c | 67 * falling trip voltage, this is not impacting the voltage in anyway. in rt5xx_power_init()
|
/Zephyr-latest/drivers/adc/ |
D | adc_ads7052.c | 194 * A leading 0 is output on the SDO pin on the CS falling edge. 196 * after the first SCLK falling edge. Subsequent output bits are launched on the subsequent rising 200 * 18 SCLK falling edges in the present serial transfer frame, the device provides an invalid
|
/Zephyr-latest/soc/microchip/mec/mec172x/reg/ |
D | mec172x_qspi.h | 24 /* Mode 0: Clock idle = Low. Data change falling edge, sample rising edge */ 26 /* Mode 1: Clock idle = Low. Data change rising edge, sample falling edge */ 28 /* Mode 2: Clock idle = High. Data change rising edge, sample falling edge */ 30 /* Mode 3: Clock idle = High. Data change falling edge, sample rising edge */
|
1234