Searched refs:synchronous (Results 1 – 25 of 43) sorted by relevance
12
/Zephyr-Core-3.5.0/lib/posix/ |
D | Kconfig.pthread | 28 removed once a more synchronous solution is available.
|
/Zephyr-Core-3.5.0/drivers/dma/ |
D | Kconfig.iproc_pax | 43 bool "PAX DMA synchronous API with interrupt support"
|
/Zephyr-Core-3.5.0/arch/arm/core/cortex_m/ |
D | fault.c | 188 static bool memory_fault_recoverable(z_arch_esf_t *esf, bool synchronous) in memory_fault_recoverable() argument 200 end += (synchronous) ? 0x0 : 0x4; in memory_fault_recoverable() 202 ARG_UNUSED(synchronous); in memory_fault_recoverable()
|
/Zephyr-Core-3.5.0/doc/develop/api/ |
D | terminology.rst | 116 guarantees the function is synchronous. 176 A function that is not asynchronous is synchronous, i.e. the operation 178 are synchronous this behavior does not have a distinct attribute to
|
/Zephyr-Core-3.5.0/samples/subsys/zbus/benchmark/ |
D | README.rst | 23 * **CONFIG_BM_ASYNC** if the execution must be asynchronous or synchronous. Use y to async and n to…
|
/Zephyr-Core-3.5.0/drivers/ieee802154/ |
D | Kconfig.cc2520 | 75 The crypto device exposed will only support synchronous CCM operation.
|
/Zephyr-Core-3.5.0/subsys/ipc/ipc_service/lib/ |
D | Kconfig.icmsg | 47 scenarios, such as when synchronous IPC is executed from the system
|
/Zephyr-Core-3.5.0/doc/services/input/ |
D | index.rst | 53 The synchronous mode can be used in a simple application to keep a minimal
|
/Zephyr-Core-3.5.0/doc/kernel/services/data_passing/ |
D | mailboxes.rst | 97 In a synchronous exchange, the sending thread blocks until the message 106 The synchronous exchange technique provides an implicit form of flow control, 150 to the sender during a synchronous message exchange. 195 For a synchronous send operation, the operation normally completes when a 205 A synchronous send operation may block the sending thread indefinitely,
|
D | message_queues.rst | 196 A synchronous transfer can be achieved by using the kernel's mailbox
|
/Zephyr-Core-3.5.0/doc/services/resource_management/ |
D | index.rst | 82 guarantee synchronous context-independent transitions a driver may
|
/Zephyr-Core-3.5.0/doc/services/tracing/ |
D | index.rst | 93 backends both in synchronous and asynchronous modes. 264 - synchronous: 300 - synchronous:
|
/Zephyr-Core-3.5.0/modules/ |
D | Kconfig.stm32 | 571 Enable STM32Cube Universal synchronous asynchronous receiver 577 Enable STM32Cube Extended Universal synchronous asynchronous receiver 790 Enable STM32Cube Universal synchronous asynchronous receiver
|
/Zephyr-Core-3.5.0/samples/drivers/clock_control_litex/ |
D | README.rst | 97 …information to the log. It is highly recommended to enable logging and synchronous processing of l…
|
/Zephyr-Core-3.5.0/subsys/tracing/ |
D | Kconfig | 87 Enable synchronous tracing. This requires the backend to be
|
/Zephyr-Core-3.5.0/boards/arm/mimxrt1062_fmurt6/doc/ |
D | index.rst | 15 synchronous parallel NAND/NOR/PSRAM controller. The i.MX RT1062 runs on the
|
/Zephyr-Core-3.5.0/doc/services/logging/ |
D | index.rst | 28 - Panic support - in panic mode logging switches to blocking, synchronous 97 :kconfig:option:`CONFIG_LOG_MODE_IMMEDIATE`: Immediate (synchronous) mode. 398 * Messages must be sequentially freed. Backend processing is synchronous. Backend 651 switch to synchronous, interrupt-less operation or shut down itself if that is
|
/Zephyr-Core-3.5.0/doc/services/pm/ |
D | device_runtime.rst | 103 The synchronous model is as simple as it gets. However, it may introduce
|
/Zephyr-Core-3.5.0/boards/arm/stm32h573i_dk/doc/ |
D | index.rst | 141 - 1x 16-bit parallel slave synchronous-interface
|
/Zephyr-Core-3.5.0/boards/arm/nucleo_h563zi/doc/ |
D | index.rst | 131 - 1x 16-bit parallel slave synchronous-interface
|
/Zephyr-Core-3.5.0/boards/arm/nucleo_u5a5zj_q/doc/ |
D | index.rst | 153 - Parallel synchronous slave interface
|
/Zephyr-Core-3.5.0/boards/arm/mimxrt1060_evk/doc/ |
D | index.rst | 15 synchronous parallel NAND/NOR/PSRAM controller. The i.MX RT1060 runs on the
|
/Zephyr-Core-3.5.0/boards/arm/mimxrt1064_evk/doc/ |
D | index.rst | 14 synchronous parallel NAND/NOR/PSRAM controller. The i.MX RT1064 runs on the
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/smp_groups/ |
D | smp_group_1.rst | 422 This is synchronous command which means that a sender of request will not
|
/Zephyr-Core-3.5.0/doc/services/zbus/ |
D | index.rst | 137 be dynamic or static allocated; notifications can be synchronous or asynchronous; the developer can 366 (synchronous).
|
12