/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()
|
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-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/drivers/i2c/ |
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/drivers/spi/ |
D | spi_context.h | 41 bool asynchronous; member 103 bool asynchronous, in spi_context_lock() argument 118 ctx->asynchronous = asynchronous; in spi_context_lock() 140 if (!ctx->asynchronous || (status < 0)) { in spi_context_release() 168 wait = !ctx->asynchronous; in spi_context_wait_for_completion() 221 if (!ctx->asynchronous) { in spi_context_complete()
|
D | spi_xmc4xxx.c | 262 bool asynchronous, spi_callback_t cb, void *userdata) in spi_xmc4xxx_transceive() argument 274 if (asynchronous) { in spi_xmc4xxx_transceive() 279 spi_context_lock(ctx, asynchronous, cb, userdata, spi_cfg); in spi_xmc4xxx_transceive() 349 bool asynchronous, in spi_xmc4xxx_transceive_dma() argument 363 if (asynchronous) { in spi_xmc4xxx_transceive_dma() 367 spi_context_lock(ctx, asynchronous, cb, userdata, spi_cfg); in spi_xmc4xxx_transceive_dma()
|
D | spi_npcx_spip.c | 255 bool asynchronous, spi_callback_t cb, void *userdata) in transceive() argument 268 if (asynchronous) { in transceive() 274 spi_context_lock(ctx, asynchronous, cb, userdata, spi_cfg); in transceive()
|
D | spi_psoc6.c | 299 bool asynchronous, in spi_psoc6_transceive() argument 307 spi_context_lock(&data->ctx, asynchronous, cb, userdata, spi_cfg); in spi_psoc6_transceive() 326 if (asynchronous) { in spi_psoc6_transceive()
|
/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/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/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/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-latest/samples/subsys/rtio/sensor_batch_processing/ |
D | README.rst | 5 Implement a sensor device using RTIO for asynchronous data processing. 11 doing asynchronous operation chains.
|
/Zephyr-latest/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-latest/subsys/rtio/ |
D | Kconfig.workq | 11 in an asynchronous non-blocking fashion.
|
/Zephyr-latest/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-latest/drivers/counter/ |
D | Kconfig.stm32_rtc | 32 by 2. It is the clock after the first asynchronous prescaler.
|
/Zephyr-latest/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-latest/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-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
|
/Zephyr-latest/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-latest/drivers/ipm/ |
D | Kconfig.intel_adsp | 8 When selected, the driver supports "asynchronous" command
|
/Zephyr-latest/boards/aconno/acn52832/doc/ |
D | index.rst | 20 * :abbr:`UART (Universal asynchronous receiver-transmitter)`
|