/Zephyr-Core-3.7.0/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()
|
D | adc_cc13xx_cc26xx.c | 193 bool asynchronous, in cc13xx_cc26xx_read() argument 219 adc_context_lock(&data->ctx, asynchronous, sig); in cc13xx_cc26xx_read()
|
D | adc_cc32xx.c | 175 bool asynchronous, in cc32xx_read() argument 208 adc_context_lock(&data->ctx, asynchronous, sig); in cc32xx_read()
|
/Zephyr-Core-3.7.0/lib/posix/options/ |
D | Kconfig.aio | 6 bool "POSIX asynchronous I/O [EXPERIMENTAL]" 9 Enable this option for asynchronous I/O. This option is present for conformance purposes
|
/Zephyr-Core-3.7.0/drivers/i2c/ |
D | Kconfig.dw | 17 bool "Use I2C integrated DMA for asynchronous transfer" 22 This option enables I2C DMA feature to be used for asynchronous
|
/Zephyr-Core-3.7.0/drivers/spi/ |
D | spi_context.h | 41 bool asynchronous; member 90 bool asynchronous, in spi_context_lock() argument 105 ctx->asynchronous = asynchronous; in spi_context_lock() 120 if (!ctx->asynchronous || (status < 0)) { in spi_context_release() 141 wait = !ctx->asynchronous; in spi_context_wait_for_completion() 188 if (!ctx->asynchronous) { in spi_context_complete()
|
D | Kconfig.smartbond | 19 asynchronous transfers.
|
D | spi_mcux_lpspi.c | 325 if (data->ctx.asynchronous && in spi_mcux_dma_callback() 497 bool asynchronous, in transceive_dma() argument 507 if (!asynchronous) { in transceive_dma() 508 spi_context_lock(&data->ctx, asynchronous, cb, userdata, spi_cfg); in transceive_dma() 513 if (!asynchronous) { in transceive_dma() 522 if (!asynchronous) { in transceive_dma() 559 data->ctx.asynchronous = asynchronous; in transceive_dma() 581 bool asynchronous, in transceive() argument 588 spi_context_lock(&data->ctx, asynchronous, cb, userdata, spi_cfg); in transceive()
|
D | spi_xmc4xxx.c | 261 bool asynchronous, spi_callback_t cb, void *userdata) in spi_xmc4xxx_transceive() argument 273 if (asynchronous) { in spi_xmc4xxx_transceive() 278 spi_context_lock(ctx, asynchronous, cb, userdata, spi_cfg); in spi_xmc4xxx_transceive() 348 bool asynchronous, in spi_xmc4xxx_transceive_dma() argument 362 if (asynchronous) { in spi_xmc4xxx_transceive_dma() 366 spi_context_lock(ctx, asynchronous, cb, userdata, spi_cfg); in spi_xmc4xxx_transceive_dma()
|
D | spi_npcx_spip.c | 254 bool asynchronous, spi_callback_t cb, void *userdata) in transceive() argument 267 if (asynchronous) { in transceive() 273 spi_context_lock(ctx, asynchronous, cb, userdata, spi_cfg); in transceive()
|
D | spi_psoc6.c | 298 bool asynchronous, in spi_psoc6_transceive() argument 306 spi_context_lock(&data->ctx, asynchronous, cb, userdata, spi_cfg); in spi_psoc6_transceive() 325 if (asynchronous) { in spi_psoc6_transceive()
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/modules/ |
D | Kconfig.nuvoton | 17 Enable Nuvoton Universal asynchronous receiver transmitter HAL 32 Enable Nuvoton Universal asynchronous receiver transmitter HAL
|
D | Kconfig.infineon | 16 Enable XMCLIB Universal asynchronous receiver transmitter (UART)
|
/Zephyr-Core-3.7.0/samples/net/sockets/echo_async_select/ |
D | README.rst | 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-Core-3.7.0/subsys/rtio/ |
D | Kconfig.workq | 10 in an asynchronous non-blocking fashion.
|
/Zephyr-Core-3.7.0/doc/services/resource_management/ |
D | index.rst | 10 multithreaded system, especially when transitions may be asynchronous, 48 * The request and reset operations are asynchronous using 80 case is asynchronous. The on-off client structure may be an
|
/Zephyr-Core-3.7.0/samples/net/sockets/echo_async/ |
D | README.rst | 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
|
/Zephyr-Core-3.7.0/drivers/counter/ |
D | Kconfig.stm32_rtc | 32 by 2. It is the clock after the first asynchronous prescaler.
|
/Zephyr-Core-3.7.0/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
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/mesh/ |
D | op_agg_cli.rst | 23 To be able to aggregate a message from a client model, it should support an asynchronous API, for
|
/Zephyr-Core-3.7.0/drivers/mspi/ |
D | Kconfig | 20 This option enables the asynchronous API calls.
|
/Zephyr-Core-3.7.0/doc/develop/api/ |
D | terminology.rst | 27 asynchronous) 171 A function is **async** (i.e. asynchronous) if it may return before the 172 operation it initiates has completed. An asynchronous function will 176 A function that is not asynchronous is synchronous, i.e. the operation
|
/Zephyr-Core-3.7.0/boards/aconno/acn52832/doc/ |
D | index.rst | 23 * :abbr:`UART (Universal asynchronous receiver-transmitter)`
|