Home
last modified time | relevance | path

Searched refs:transactions (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/drivers/sip_svc/
DKconfig.sip_smc_agilex13 int "Size of response buffer used for ASYNC transactions."
17 Size of response buffer used for ASYNC transactions.For Intel Agilex platform
22 int "Maximum allowable ongoing transactions."
26 Allowed number of active transactions in sip_svc subsystem for this driver.
/Zephyr-latest/drivers/spi/
DKconfig.max3235 default 8 # Sensible default that covers most common spi transactions
38 API calls use to perform SPI transactions. This queue needs to be as deep
46 default 8 # Sensible default that covers most common spi transactions
DKconfig.mcux_lpspi26 default 8 # sensible default that covers most common spi transactions
29 api calls use to perform spi transactions. this queue needs to be as deep
DKconfig.sam28 default 8 # Sensible default that covers most common spi transactions
31 API calls use to perform SPI transactions. This queue needs to be as deep
DKconfig.nrfx82 instance. If you are certain that transactions with
/Zephyr-latest/drivers/dma/
DKconfig.xilinx_axi_dma77 This can cause the DMA driver to stop processing completed transactions.
79 determines whether it needs to handle outstanding transactions.
85 int "Number of completed transactions after which to trigger an interrupt"
90 Number of completed transactions after which to trigger an interrupt.
103 where only few transactions per second are completed.
/Zephyr-latest/doc/hardware/peripherals/
Di2c.rst19 "controller" that initiates transactions and controls the clock, or as a
43 transactions initiated by a different controller on the bus. It might
Dsmbus.rst20 initiates transactions and controls the clock, a Peripheral that
Di3c.rst8 two roles: as a "controller" that initiates transactions and
/Zephyr-latest/drivers/i2c/
DKconfig.sam017 This enables DMA driven transactions for the I2C peripheral.
DKconfig32 bool "Log I2C transactions"
39 bool "Use allowlist for logging of I2C transactions"
43 Use allowlist to specify which devices transactions should be logged.
67 Allow I2C transactions with no STOP on the last message. This is
/Zephyr-latest/doc/hardware/peripherals/edac/
Dibecc.rst18 and used to store ECC syndrome data. IBECC converts read / write transactions
19 to two separate transactions: one for actual data and another for cache line
/Zephyr-latest/samples/drivers/espi/src/
Dmain.c1047 uint16_t transactions = block_len / MAX_FLASH_REQUEST; in read_test_block() local
1051 for (i = 0; i < transactions; i++) { in read_test_block()
1066 LOG_INF("%d read flash transactions completed", transactions); in read_test_block()
1074 uint16_t transactions = block_len / MAX_FLASH_REQUEST; in write_test_block() local
1079 for (i = 0; i < transactions; i++) { in write_test_block()
1094 LOG_INF("%d write flash transactions completed", transactions); in write_test_block()
/Zephyr-latest/doc/services/
Dnotify.rst16 transactions. The subsystem wrappers are responsible for extracting
/Zephyr-latest/lib/utils/
DKconfig22 Use this API to support async transactions.
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/
DREADME.txt41 transactions.
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
DKconfig78 response to simultaneous Read/Write transactions.
/Zephyr-latest/doc/services/input/
Dgpio-kbd.rst157 reduces the number of transactions on the corresponding bus.
/Zephyr-latest/doc/services/pm/
Ddevice_runtime.rst86 the children may perform multiple transactions in a short period of time.
Ddevice.rst302 transactions by indicating to the kernel that the device is in the middle of an
/Zephyr-latest/doc/develop/debug/
Dindex.rst292 There is a possibility to log all or some of the I2C transactions done by the application.
/Zephyr-latest/doc/security/
Dsecurity-overview.rst423 documented along with the transactions between the stages in a
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst257 * Added memory barrier to ticker transactions
553 * STM32 V1 driver now supports large transactions (more than 256 bytes chunks)
Drelease-notes-2.2.rst667 * CDC ACM: Memory and performance improvements, avoid ZLP during IN transactions
Drelease-notes-2.4.rst1251 * :github:`27078` - drivers: espi: mchp: Cannot perform multiple transactions over eSPI OOB channel

12