Home
last modified time | relevance | path

Searched refs:synchronous (Results 1 – 25 of 53) sorted by relevance

123

/Zephyr-latest/tests/subsys/modem/modem_pipe/src/
Dmain.c39 uint8_t synchronous : 1; member
61 if (backend->synchronous) { in modem_backend_fake_open()
87 if (backend->synchronous) { in modem_backend_fake_transmit()
121 if (backend->synchronous) { in modem_backend_fake_close()
164 backend->synchronous = sync; in modem_backend_fake_set_sync()
/Zephyr-latest/drivers/spi/
DKconfig.smartbond19 synchronous transfers.
/Zephyr-latest/soc/nordic/common/
DKconfig23 int "Timeout in synchronous request"
/Zephyr-latest/subsys/rtio/
DKconfig.workq9 Enable RTIO Work-queues to allow processing synchronous operations
/Zephyr-latest/drivers/dma/
DKconfig.iproc_pax43 bool "PAX DMA synchronous API with interrupt support"
/Zephyr-latest/arch/arm/core/cortex_m/
Dfault.c140 static bool memory_fault_recoverable(struct arch_esf *esf, bool synchronous) in memory_fault_recoverable() argument
152 end += (synchronous) ? 0x0 : 0x4; in memory_fault_recoverable()
154 ARG_UNUSED(synchronous); in memory_fault_recoverable()
/Zephyr-latest/doc/develop/api/
Dterminology.rst116 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-latest/drivers/ieee802154/
DKconfig.cc252075 The crypto device exposed will only support synchronous CCM operation.
/Zephyr-latest/kernel/
DKconfig.mem_domain35 a memory domain's thread membership requires synchronous calls
/Zephyr-latest/subsys/ipc/ipc_service/lib/
DKconfig.icmsg42 scenarios, such as when synchronous IPC is executed from the system
/Zephyr-latest/boards/renesas/mck_ra8t1/doc/
Dindex.rst9 … a development kit that enables easy evaluation of motor control using permanent magnet synchronous
18 - Permanent magnet synchronous motors
/Zephyr-latest/samples/drivers/lora/receive/
DREADME.rst5 Receive packets in both synchronous and asynchronous mode using the LoRa
/Zephyr-latest/doc/kernel/services/data_passing/
Dmailboxes.rst97 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,
Dmessage_queues.rst197 A synchronous transfer can be achieved by using the kernel's mailbox
/Zephyr-latest/doc/services/resource_management/
Dindex.rst82 guarantee synchronous context-independent transitions a driver may
/Zephyr-latest/modules/
DKconfig.stm32593 Enable STM32Cube Universal synchronous asynchronous receiver
599 Enable STM32Cube Extended Universal synchronous asynchronous receiver
812 Enable STM32Cube Universal synchronous asynchronous receiver
/Zephyr-latest/doc/services/input/
Dindex.rst53 The synchronous mode can be used in a simple application to keep a minimal
/Zephyr-latest/samples/drivers/clock_control_litex/
DREADME.rst100 …information to the log. It is highly recommended to enable logging and synchronous processing of l…
/Zephyr-latest/subsys/bluetooth/host/classic/
DKconfig35 Maximum number of simultaneous Bluetooth synchronous connections
/Zephyr-latest/lib/posix/options/
DKconfig.pthread63 removed once a more synchronous solution is available.
/Zephyr-latest/subsys/tracing/
DKconfig87 Enable synchronous tracing. This requires the backend to be
/Zephyr-latest/boards/st/nucleo_h503rb/doc/
Dindex.rst95 - Up to 3x additional SPI from 3x USART when configured in synchronous mode
/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/doc/
Dindex.rst12 synchronous parallel NAND/NOR/PSRAM controller. The i.MX RT1062 runs on the
/Zephyr-latest/doc/services/tracing/
Dindex.rst105 backends both in synchronous and asynchronous modes.
524 - synchronous:
560 - synchronous:
/Zephyr-latest/doc/services/logging/
Dindex.rst28 - Panic support - in panic mode logging switches to blocking, synchronous
101 :kconfig:option:`CONFIG_LOG_MODE_IMMEDIATE`: Immediate (synchronous) mode.
409 * Messages must be sequentially freed. Backend processing is synchronous. Backend
669 switch to synchronous, interrupt-less operation or shut down itself if that is

123