Searched full:transactions (Results 1 – 25 of 109) sorted by relevance
12345
/Zephyr-latest/drivers/sip_svc/ |
D | Kconfig.sip_smc_agilex | 13 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/samples/drivers/espi/ |
D | sample.yaml | 34 - "espi: 16 write flash transactions completed" 35 - "espi: 16 write flash transactions completed" 37 - "espi: 16 read flash transactions completed" 38 - "espi: 16 read flash transactions completed"
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.max32 | 35 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
|
D | Kconfig.sam | 28 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
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.xilinx_axi_dma | 77 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/include/zephyr/dt-bindings/flash_controller/ |
D | npcx_fiu_qspi.h | 11 /* Software controlled Chip-Select number for UMA transactions */ 17 /* Supported flash interfaces for UMA transactions */
|
/Zephyr-latest/drivers/flash/ |
D | flash_npcx_fiu_qspi.h | 72 * @brief Execute UMA transactions on qspi bus 75 * @param cfg Pointer to the configuration of UMA transactions. 76 * @param flags Flags to be used during transactions.
|
/Zephyr-latest/include/zephyr/sip_svc/ |
D | sip_svc_controller.h | 62 /* Maximum allowable transactions in the system per controller*/ 66 /* Total Number of active transactions */ 68 /* Active ASYNC transactions */
|
D | sip_svc.h | 37 * incomplete transactions being left over. The service 39 * transactions completed. The client is not allowed to 83 * is only allowed when all transactions belong to the client are closed. 91 * @retval -EBUSY if client has pending transactions.
|
/Zephyr-latest/dts/bindings/i2c/ |
D | nordic,nrf-twim.yaml | 47 TWIM peripherals cannot perform write transactions from buffers 55 application, write transactions may fail for buffers that are
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i2c.rst | 19 "controller" that initiates transactions and controls the clock, or as a 43 transactions initiated by a different controller on the bus. It might
|
/Zephyr-latest/dts/bindings/espi/ |
D | nuvoton,npcx-host-sub.yaml | 24 access transactions.
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig | 32 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
|
D | Kconfig.sam0 | 17 This enables DMA driven transactions for the I2C peripheral.
|
/Zephyr-latest/dts/bindings/i3c/ |
D | st,stm32-i3c.yaml | 26 Optional DMA channel specifier, required for DMA transactions.
|
/Zephyr-latest/include/zephyr/dt-bindings/dma/ |
D | dma_smartbond.h | 15 * transactions.
|
/Zephyr-latest/include/zephyr/drivers/dma/ |
D | dma_smartbond.h | 15 * transactions.
|
/Zephyr-latest/doc/hardware/peripherals/edac/ |
D | ibecc.rst | 18 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/dts/bindings/bluetooth/ |
D | zephyr,bt-hci-spi.yaml | 37 transactions between a nRF9160 host and a nRF52832 controller.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | espi.h | 286 /* Read transactions */ 289 /* Write transactions */ 292 /* Write transactions without input parameters */ 296 /* Status transactions */ 300 /* ACPI read transactions */ 303 /* ACPI write transactions */ 305 /* ACPI status transactions */ 313 /* Other customized transactions */ 394 * @brief eSPI flash transactions packet format 603 * low memory transactions are handled by controller hardware directly. [all …]
|
/Zephyr-latest/dts/bindings/qspi/ |
D | nxp,s32-qspi-sfp-mdad.yaml | 6 The SFP MDAD performs first-level checks on input transactions, based on the secure attribute
|
D | nxp,s32-qspi-sfp-frad.yaml | 6 The SFP FRAD performs second-level checks on input flash write and erase transactions,
|
/Zephyr-latest/doc/services/ |
D | notify.rst | 16 transactions. The subsystem wrappers are responsible for extracting
|
/Zephyr-latest/dts/bindings/mipi-dbi/ |
D | mipi-dbi-spi-device.yaml | 35 under software control, so that multiple spi transactions can be performed
|
/Zephyr-latest/samples/drivers/espi/src/ |
D | espi_oob_handler.h | 22 /* Maximum bytes for OOB transactions */
|
12345