Home
last modified time | relevance | path

Searched defs:async (Results 1 – 25 of 80) sorted by relevance

1234

/Zephyr-latest/tests/drivers/spi/spi_controller_peripheral/src/
Dmain.c62 bool async; member
201 static void run_test(bool m_same_size, bool s_same_size, bool async) in run_test()
255 static void test_basic(bool async) in test_basic()
286 void test_basic_zero_len(bool async) in test_basic_zero_len()
339 static void test_short_rx(bool async) in test_short_rx()
376 static void test_only_tx(bool async) in test_only_tx()
410 static void test_only_tx_in_chunks(bool async) in test_only_tx_in_chunks()
447 static void test_only_rx(bool async) in test_only_rx()
481 static void test_only_rx_in_chunks(bool async) in test_only_rx_in_chunks()
/Zephyr-latest/doc/develop/api/
Dterminology.rst168 async section in API Terminology
184 Be aware that **async** is orthogonal to context-switching. Some APIs argument
/Zephyr-latest/kernel/
Dmailbox.c40 static inline void mbox_async_alloc(struct k_mbox_async **async) in mbox_async_alloc()
46 static inline void mbox_async_free(struct k_mbox_async *async) in mbox_async_free()
314 struct k_mbox_async *async; in k_mbox_async_put() local
/Zephyr-latest/drivers/adc/
Dadc_test.c34 struct k_poll_signal *async) in vnd_adc_read_async()
Dadc_handlers.c74 struct k_poll_signal *async) in z_vrfy_adc_read_async()
Dadc_nrfx_adc.c243 struct k_poll_signal *async) in adc_nrfx_read_async()
Dadc_ene_kb1200.c183 struct k_poll_signal *async) in adc_kb1200_read_async()
Dadc_cc13xx_cc26xx.c235 struct k_poll_signal *async) in adc_cc13xx_cc26xx_read_async()
Dadc_vf610.c139 struct k_poll_signal *async) in vf610_adc_read_async()
Dadc_b91.c431 struct k_poll_signal *async) in adc_b91_read_async()
Dadc_ifx_cat1.c231 struct k_poll_signal *async) in ifx_cat1_adc_read_async()
Dadc_nrfx_saadc.c603 struct k_poll_signal *async) in adc_nrfx_read_async()
Dadc_rpi_pico.c248 struct k_poll_signal *async) in adc_rpi_read_async()
Dadc_sam_afec.c321 struct k_poll_signal *async) in adc_sam_read_async()
/Zephyr-latest/tests/subsys/pm/device_runtime_api/src/
Dtest_driver.c15 bool async; member
/Zephyr-latest/drivers/spi/
Dspi_oc_simple.c170 struct k_poll_signal *async) in spi_oc_simple_transceive_async()
Dspi_grlib_spimctrl.c146 struct k_poll_signal *async) in transceive_async()
Dspi_gecko_eusart.c271 struct k_poll_signal *async) in spi_gecko_eusart_transceive_async()
Dspi_litex.c209 struct k_poll_signal *async) in spi_litex_transceive_async()
Dspi_litex_litespi.c235 struct k_poll_signal *async) in spi_litex_transceive_async()
/Zephyr-latest/include/zephyr/modem/backend/
Duart.h57 struct modem_backend_uart_async async; member
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_shell.c709 bool is_udp, bool async) in execute_upload()
840 bool async = false; in shell_cmd_upload() local
1076 bool async = false; in shell_cmd_upload2() local
/Zephyr-latest/subsys/modem/backends/
Dmodem_backend_uart_async.c287 struct modem_backend_uart_async *async = in modem_backend_uart_async_notify_closed() local
/Zephyr-latest/subsys/pm/
Ddevice_runtime.c46 static int runtime_suspend(const struct device *dev, bool async, in runtime_suspend()
/Zephyr-latest/drivers/serial/
Duart_esp32.c121 struct uart_esp32_async_data async; member
684 struct uart_esp32_async_data *async = in uart_esp32_async_tx_timeout() local
694 struct uart_esp32_async_data *async = in uart_esp32_async_rx_timeout() local

1234