/Zephyr-latest/include/zephyr/drivers/sip_svc/ |
D | sip_svc_proto.h | 65 * - Asynchronous request. Service is required to poll the response via a 119 * - This parameter only used by asynchronous command. 120 * - Dynamic memory address for service to put the asynchronous response 125 * - This parameter only used by asynchronous command. 161 * - This parameter only used by asynchronous command. 162 * - Dynamic memory address that put the asynchronous response data. 164 * to free the memory space when receive the callback of a asynchronous 170 * - This parameter only used by asynchronous command.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | uart.rst | 3 Universal Asynchronous Receiver-Transmitter (UART) 27 The Asynchronous API allows to read and write data in the background using DMA 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 83 Asynchronous API
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.aio | 6 bool "POSIX asynchronous I/O" 8 Enable this option for asynchronous I/O. This option is present for conformance purposes
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | Kconfig | 19 bool "Asynchronous using subscribers" 22 bool "Asynchronous using message subscribers"
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.ifx_cat1 | 26 bool "Support Asynchronous I2C driver" 30 Configure the I2C driver to be non-blocking/Asynchronous mode.
|
D | Kconfig.dw | 18 bool "Use I2C integrated DMA for asynchronous transfer" 23 This option enables I2C DMA feature to be used for asynchronous
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/ |
D | README.rst | 2 :name: USB Audio asynchronous explicit feedback sample 10 This sample demonstrates how to implement USB asynchronous audio playback with 15 Asynchronous USB Audio 2 class device supporting 48 kHz 16-bit 2-channel 21 Asynchronous USB Audio is used when the actual sample clock is not controlled by
|
/Zephyr-latest/include/zephyr/drivers/serial/ |
D | uart_async_to_irq.h | 17 * @brief UART Asynchronous to Interrupt driven API adaptation layer 79 * @param _api Structure with UART asynchronous API. 112 * @param dev UART device. Device must support asynchronous API. 120 * @param dev UART device. Device must support asynchronous API. 130 * @param dev UART device. Device must support asynchronous API. 150 /** UART Asynchronous RX helper configuration. */ 166 /** @brief Asynchronous API used by the adaptation layer. */ 184 /** Asynchronous RX helper data. */ 203 /** @brief Data associated with the asynchronous to the interrupt driven API adaptation layer. */
|
/Zephyr-latest/dts/bindings/memory-controllers/ |
D | st,stm32-fmc-nor-psram.yaml | 10 * Asynchronous SRAM and ROM 15 - Asynchronous mode 20 - Asynchronous mode 113 * ASYNCWAIT - Wait signal during asynchronous transfers. 147 Note: Used for SRAMs, ROMs and asynchronous multiplexed 158 Note: Not used for asynchronous NOR Flash, SRAM or ROM 165 - It is don't care in asynchronous NOR, SRAM or ROM accesses
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig | 67 bool "Asynchronous UART API" 70 This option enables asynchronous UART API. 129 bool "Helper for UART asynchronous reception" 132 Asynchronous UART API. It can be used in cases where received data processing 140 Asynchronous to Interrupt driven adaptation layer. When enabled device 141 which implements only asynchronous API can be used with interrupt driven
|
D | Kconfig.nrfx_uart_instance | 15 bool "Asynchronous API support on port $(nrfx_uart_num)" 19 This option enables UART Asynchronous API support on port $(nrfx_uart_num). 115 int "Asynchronous to interrupt driven adaptation layer RX buffer size" 124 int "Asynchronous to interrupt driven adaptation layer RX buffer count"
|
/Zephyr-latest/dts/bindings/adc/ |
D | st,stm32-adc.yaml | 33 - "ASYNC" : independent and asynchronous with the bus clock 35 If an asynchronous clock is selected, a domain clock in the clock property 56 Apply to synchronous or asynchronous clock depending on the STM32 62 set asynchronous prescaler).
|
/Zephyr-latest/kernel/ |
D | mailbox.c | 30 /* asynchronous message descriptor type */ 36 /* stack of unused asynchronous message descriptors */ 39 /* allocate an asynchronous message descriptor */ 45 /* free an asynchronous message descriptor */ 56 /* array of asynchronous message descriptors */ in init_mbox_module() 60 * Create pool of asynchronous message descriptors. in init_mbox_module() 175 * asynchronous send: free asynchronous message descriptor + in mbox_message_dispose() 199 * Helper routine that handles both synchronous and asynchronous sends. 243 * asynchronous send: swap out current thread in mbox_message_put() 278 /* asynchronous send: dummy thread waits on tx queue for receiver */ in mbox_message_put() [all …]
|
/Zephyr-latest/drivers/adc/ |
D | adc_context.h | 67 bool asynchronous; member 138 bool asynchronous, in adc_context_lock() argument 144 ctx->asynchronous = asynchronous; in adc_context_lock() 152 if (ctx->asynchronous && (status == 0)) { in adc_context_release() 170 if (ctx->asynchronous) { in adc_context_wait_for_completion() 191 if (ctx->asynchronous) { in adc_context_complete()
|
/Zephyr-latest/include/zephyr/net/ |
D | zperf.h | 75 * @brief Zperf callback function used for asynchronous operations. 110 * @brief Asynchronous UDP upload operation. 112 * @note Only one asynchronous upload can be performed at a time. 125 * @brief Asynchronous TCP upload operation. 127 * @note Only one asynchronous upload can be performed at a time.
|
/Zephyr-latest/drivers/mspi/ |
D | Kconfig | 17 bool "Asynchronous call support" 20 This option enables the asynchronous API calls.
|
/Zephyr-latest/samples/drivers/mspi/mspi_async/ |
D | README.rst | 2 :name: MSPI asynchronous transfer 11 memory device. The asynchronous transceive call need to be supported
|
/Zephyr-latest/modules/ |
D | Kconfig.nuvoton | 17 Enable Nuvoton Universal asynchronous receiver transmitter HAL 32 Enable Nuvoton Universal asynchronous receiver transmitter HAL
|
/Zephyr-latest/samples/net/sockets/echo_async_select/ |
D | README.rst | 2 :name: Asynchronous echo server using select() 5 Implement an asynchronous IPv4/IPv6 TCP echo server using BSD sockets and select() 11 asynchronous IPv4/IPv6 TCP echo server using a BSD Sockets compatible API
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.uart | 40 The asynchronous UART API requires registering RX buffers for received data; when the RX 49 The size of single buffer for asynchronous RX.
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/ |
D | README.rst | 2 :name: USB Audio asynchronous implicit feedback sample 11 This sample demonstrates how to implement USB asynchronous bidirectional audio
|
/Zephyr-latest/doc/services/ |
D | notify.rst | 3 Asynchronous Notifications 30 Where a notification is required for an asynchronous operation invoked
|
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/boards/ |
D | nrf5340dk_nrf5340_cpuapp.conf | 1 #Enable timer for asynchronous feedback
|
/Zephyr-latest/samples/subsys/usb/uac2_implicit_feedback/boards/ |
D | nrf5340dk_nrf5340_cpuapp.conf | 1 #Enable timer for asynchronous feedback
|
/Zephyr-latest/samples/net/sockets/echo_async/ |
D | README.rst | 2 :name: Asynchronous echo server using poll() 5 Implement an asynchronous IPv4/IPv6 TCP echo server using BSD sockets and poll() 11 asynchronous IPv4/IPv6 TCP echo server using a BSD Sockets compatible API
|