/Zephyr-Core-3.6.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.6.0/drivers/i2c/ |
D | Kconfig.dw | 17 bool "Use I2C integrated DMA for asynchronous transfer" 21 This option enables I2C DMA feature to be used for asynchronous
|
/Zephyr-Core-3.6.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 | spi_mcux_lpspi.c | 320 if (data->ctx.asynchronous && in spi_mcux_dma_callback() 492 bool asynchronous, in transceive_dma() argument 502 if (!asynchronous) { in transceive_dma() 503 spi_context_lock(&data->ctx, asynchronous, cb, userdata, spi_cfg); in transceive_dma() 508 if (!asynchronous) { in transceive_dma() 517 if (!asynchronous) { in transceive_dma() 554 data->ctx.asynchronous = asynchronous; in transceive_dma() 576 bool asynchronous, in transceive() argument 583 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()
|
D | spi_rv32m1_lpspi.c | 215 bool asynchronous, in transceive() argument 222 spi_context_lock(&data->ctx, asynchronous, cb, userdata, spi_cfg); in transceive()
|
D | spi_ifx_cat1.c | 236 bool asynchronous, spi_callback_t cb, void *userdata) in transceive() argument 242 spi_context_lock(ctx, asynchronous, cb, userdata, spi_cfg); in transceive()
|
D | spi_esp32_spim.c | 392 const struct spi_buf_set *rx_bufs, bool asynchronous, in transceive() argument 405 if (asynchronous) { in transceive() 410 spi_context_lock(&data->ctx, asynchronous, cb, userdata, spi_cfg); in transceive()
|
/Zephyr-Core-3.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.0/drivers/counter/ |
D | Kconfig.stm32_rtc | 53 by 2. It is the clock after the first asynchronous prescaler.
|
/Zephyr-Core-3.6.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.6.0/drivers/ipm/ |
D | Kconfig.intel_adsp | 8 When selected, the driver supports "asynchronous" command
|
/Zephyr-Core-3.6.0/doc/services/ |
D | notify.rst | 30 Where a notification is required for an asynchronous operation invoked
|
/Zephyr-Core-3.6.0/boards/arm/acn52832/doc/ |
D | index.rst | 23 * :abbr:`UART (Universal asynchronous receiver-transmitter)`
|