Searched full:driven (Results 1 – 25 of 279) sorted by relevance
12345678910>>...12
/Zephyr-latest/include/zephyr/drivers/serial/ |
D | uart_async_to_irq.h | 17 * @brief UART Asynchronous to Interrupt driven API adaptation layer 43 * fulfill the requirement that UART interrupt driven API shall be called from 56 /** @brief Interrupt driven API initializer. 59 * driver to provide interrupt driven API functions. 118 /* @brief Enable RX for interrupt driven API. 128 /* @brief Disable RX for interrupt driven API. 203 /** @brief Data associated with the asynchronous to the interrupt driven API adaptation layer. */ 205 /** User callback for interrupt driven API. */ 227 /** Interrupt driven FIFO fill function. */ 232 /** Interrupt driven FIFO read function. */ [all …]
|
/Zephyr-latest/dts/bindings/display/panel/ |
D | panel-timing.yaml | 43 Horizontal synchronization pulse duration of panel driven by this 50 Vertical synchronization pulse duration of panel driven by this 57 Horizontal back porch duration of panel driven by this controller, 64 Vertical back porch duration of panel driven by this controller, in lines 70 Horizontal front porch duration of panel driven by this controller, 77 Vertical front porch duration of panel driven by this controller, in lines
|
/Zephyr-latest/dts/bindings/display/ |
D | display-controller.yaml | 11 Height of the panel driven by the controller, with the units in pixels. 17 Width of the panel driven by the controller, with the units in pixels.
|
/Zephyr-latest/drivers/serial/ |
D | uart_async_to_irq.c | 192 /** Interrupt driven FIFO read function */ 250 /** Interrupt driven transfer enabling function */ 256 /** Interrupt driven transfer disabling function */ 262 /** Interrupt driven transfer ready function */ 272 /** Interrupt driven receiver enabling function */ 278 /** Interrupt driven receiver disabling function */ 284 /** Interrupt driven transfer complete function */ 290 /** Interrupt driven receiver ready function */ 298 /** Interrupt driven error enabling function */ 304 /** Interrupt driven error disabling function */ [all …]
|
D | Kconfig.altera_jtag | 18 Enabling this will disable poll_in and interrupt driven api.
|
D | uart_nrfx_uart.c | 784 /** Interrupt driven FIFO fill function */ 804 /** Interrupt driven FIFO read function */ 823 /** Interrupt driven transfer enabling function */ 854 /** Interrupt driven transfer disabling function */ 861 /** Interrupt driven receiver enabling function */ 867 /** Interrupt driven receiver disabling function */ 873 /** Interrupt driven transfer empty function */ 888 /** Interrupt driven receiver ready function */ 894 /** Interrupt driven error enabling function */ 900 /** Interrupt driven error disabling function */ [all …]
|
/Zephyr-latest/dts/bindings/phy/ |
D | can-transceiver-gpio.yaml | 14 GPIO to use to enable/disable the CAN transceiver. This GPIO is driven 21 GPIO to use to put the CAN transceiver into standby. This GPIO is driven
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | uart.rst | 22 With the Interrupt-driven API, possibly slow communication can happen in the 33 Interrupt-driven API and the Asynchronous API should NOT be used at 45 the interrupt-driven API or the asynchronous API can be used. Only enable the 75 Interrupt-driven API
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.sam0 | 17 This enables DMA driven transactions for the I2C peripheral. 18 DMA driven mode requires fewer interrupts to handle the
|
D | Kconfig.gpio | 10 Enable software driven (bit banging) I2C support using GPIO pins
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.nrf_led_matrix | 5 bool "LED matrix driven by GPIOs" 11 Enable driver for a LED matrix with rows and columns driven by
|
/Zephyr-latest/dts/bindings/gpio/ |
D | semtech,sx1509b.yaml | 29 driven low. 36 driven high.
|
/Zephyr-latest/subsys/console/ |
D | Kconfig | 36 interrupt-driven operation and use busy-polling. 45 interrupt-driven operation and use busy-polling.
|
/Zephyr-latest/include/zephyr/drivers/uart/ |
D | uart_internal.h | 80 /** Interrupt driven FIFO fill function */ 87 /** Interrupt driven FIFO read function */ 94 /** Interrupt driven transfer enabling function */ 97 /** Interrupt driven transfer disabling function */ 100 /** Interrupt driven transfer ready function */ 103 /** Interrupt driven receiver enabling function */ 106 /** Interrupt driven receiver disabling function */ 109 /** Interrupt driven transfer complete function */ 112 /** Interrupt driven receiver ready function */ 115 /** Interrupt driven error enabling function */ [all …]
|
/Zephyr-latest/dts/bindings/input/ |
D | gpio-kbd-matrix.yaml | 43 When unselected, this pin will be either driven to inactive state or 50 If enabled, unselected column GPIOs will be driven to inactive state.
|
/Zephyr-latest/drivers/mdio/ |
D | Kconfig.gpio | 9 Enable software driven (bit banging) MDIO support using GPIO pins
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.smartbond | 17 Enables using the DMA engine instead of interrupt-driven
|
D | Kconfig.gd32 | 19 Enable the interrupt driven mode for SPI instances
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 15 driven I/O. This section covers the RTIO API, queues, executor, iodev, 25 An application wishing to do complex DMA or interrupt driven operations today 37 Using DMA and/or interrupt driven I/O shouldn't dictate whether or not the 52 This model maps well to DMA and interrupt driven transfers. A request to do a 54 to the way hardware typically works with interrupt driven state machines 119 effect every io device can be viewed as an independent, event driven actor like
|
/Zephyr-latest/samples/basic/servo_motor/dts/bindings/ |
D | pwm-servo.yaml | 4 description: PWM-driven servo motor.
|
/Zephyr-latest/include/zephyr/console/ |
D | tty.h | 37 * "tty" device provides support for buffered, interrupt-driven, 39 * completeness, it also support non-interrupt-driven, busy-polling 48 * interrupt-driven operation)
|
/Zephyr-latest/drivers/sdhc/ |
D | Kconfig.rcar | 38 bool "Internal DMA IRQ driven support for Renesas Rcar MMC driver"
|
/Zephyr-latest/samples/subsys/console/echo/src/ |
D | main.c | 16 printk("the (interrupt-driven) console device doesn't work as expected:\n"); in main()
|
/Zephyr-latest/samples/drivers/uart/echo_bot/src/ |
D | main.c | 87 printk("Interrupt-driven UART API support not enabled\n"); in main() 89 printk("UART device does not support interrupt-driven API\n"); in main()
|
/Zephyr-latest/dts/bindings/sdhc/ |
D | renesas,ra-sdhc.yaml | 47 GPIO to use to enable/disable the SDHI. This GPIO is driven active when
|
12345678910>>...12