/Zephyr-latest/samples/subsys/sip_svc/ |
D | README.rst | 39 Got response of transaction id 0x00 and voltage is 0.846878v 40 Got response of transaction id 0x01 and voltage is 0.858170v 41 Got response of transaction id 0x02 and voltage is 0.860168v 42 Got response of transaction id 0x03 and voltage is 0.846832v 43 Got response of transaction id 0x04 and voltage is 0.858337v 44 Got response of transaction id 0x05 and voltage is 0.871704v 45 Got response of transaction id 0x06 and voltage is 0.859421v 46 Got response of transaction id 0x07 and voltage is 0.857254v 47 Got response of transaction id 0x08 and voltage is 0.858429v 48 Got response of transaction id 0x09 and voltage is 0.859879v [all …]
|
/Zephyr-latest/tests/subsys/modem/mock/ |
D | modem_backend_mock.c | 22 if (mock->transaction == NULL) { in modem_backend_mock_update() 27 __ASSERT(buf[i] == mock->transaction->get[mock->transaction_match_cnt], in modem_backend_mock_update() 31 if (mock->transaction_match_cnt == mock->transaction->get_size) { in modem_backend_mock_update() 57 modem_backend_mock_put(mock, mock->transaction->put, in modem_backend_mock_transmit() 58 mock->transaction->put_size); in modem_backend_mock_transmit() 60 mock->transaction = NULL; in modem_backend_mock_transmit() 129 mock->transaction = NULL; in modem_backend_mock_reset() 147 const struct modem_backend_mock_transaction *transaction) in modem_backend_mock_prime() argument 149 mock->transaction = transaction; in modem_backend_mock_prime()
|
D | modem_backend_mock.h | 33 const struct modem_backend_mock_transaction *transaction; member 60 const struct modem_backend_mock_transaction *transaction);
|
/Zephyr-latest/drivers/mdio/ |
D | Kconfig.nxp_enet_qos | 14 int "Number of times to recheck MDIO transaction status" 18 of an MDIO bus transaction before timing out 23 int "Time between rechecks of transaction status (us)" 27 busy wait between checks of the MDIO transaction status.
|
D | Kconfig.nxp_enet | 19 Time in microseconds before an MDIO transaction that has not
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_mchp_mss.c | 103 uint8_t transaction; member 191 if (data->transaction == NO_TRANSACTION) { in mss_i2c_write() 192 data->transaction = CONTROLLER_WRITE_TRANSACTION; in mss_i2c_write() 278 data->transaction = data->pending_transaction; in mss_i2c_irq_handler() 292 } else if (data->transaction == CONTROLLER_RANDOM_READ_TRANSACTION) { in mss_i2c_irq_handler() 297 data->transaction = NO_TRANSACTION; in mss_i2c_irq_handler() 312 data->transaction = NO_TRANSACTION; in mss_i2c_irq_handler() 324 data->transaction = NO_TRANSACTION; in mss_i2c_irq_handler() 352 data->transaction = NO_TRANSACTION; in mss_i2c_irq_handler()
|
D | Kconfig.it8xxx2 | 22 stretching during I2C transaction. 48 clock stretching during I2C transaction.
|
D | Kconfig.sam0 | 19 transaction and ensures that high speed modes are not delayed
|
D | Kconfig | 36 Dump every I2C transaction to the system log as debug level log messages. 58 bool "Allows I2C transfers with no STOP on the last transaction [DEPRECATED]"
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.xmc4xxx | 30 int "Timeout in milliseconds for an SPI transaction to complete if using DMA" 33 Sets timeout in milliseconds for an SPI transaction to complete when using DMA.
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig.npcx | 42 Enabling an eSPI channel during an eSPI transaction might 45 transaction. 48 bool "Host can write 1/2/4 bytes of Port80 data in a eSPI transaction" 53 eSPI transaction.
|
D | Kconfig.it8xxx2 | 138 bool "EC accepts 0x81 I/O cycle from eSPI transaction"
|
/Zephyr-latest/subsys/rtio/ |
D | rtio_executor.c | 80 bool transaction = iodev_sqe->sqe.flags & RTIO_SQE_TRANSACTION; in rtio_executor_submit() local 83 __ASSERT(transaction != chained, in rtio_executor_submit()
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | Kconfig.tcpc_tcpci | 20 Number of I2C transaction tries that will be performed for each request.
|
/Zephyr-latest/doc/connectivity/usb/device/api/ |
D | usb_device.rst | 24 USB transaction(s), depending endpoint max packet size. The class driver does
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.dw_axi_dmac | 36 int "max burst transaction length"
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/ |
D | index.rst | 247 Info : DAP transaction stalled (WAIT) - slowing down 248 Info : DAP transaction stalled (WAIT) - slowing down 262 Info : DAP transaction stalled (WAIT) - slowing down 266 Info : DAP transaction stalled (WAIT) - slowing down 286 Info : DAP transaction stalled (WAIT) - slowing down 287 Info : DAP transaction stalled (WAIT) - slowing down 312 Info : DAP transaction stalled (WAIT) - slowing down 313 Info : DAP transaction stalled (WAIT) - slowing down
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i2c.rst | 20 "target" that responds to transaction commands. A I2C controller on a
|
D | smbus.rst | 21 responds to transaction commands, or a Host, which is a specialized
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ec_host_cmd.rst | 40 communication. The main issues are unknown command size sent by the host (the SPI transaction 42 is enabled and disabled per transaction). It forces implementing the SPI driver within a backend,
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nor | 90 transaction occurs before the dwell period expires.
|
/Zephyr-latest/boards/beagle/beaglebone_ai64/doc/ |
D | index.rst | 27 32-bit input address into a 48-bit output address. Any input transaction that
|
/Zephyr-latest/dts/riscv/ite/ |
D | it8xxx2-wuc-map.dtsi | 65 wucs = <&wuc4 BIT(2)>; /* eSPI transaction */
|
/Zephyr-latest/arch/xtensa/ |
D | Kconfig | 95 the bus extra time to synchronize the RCW transaction
|
/Zephyr-latest/doc/services/pm/ |
D | device.rst | 142 a transaction that cannot be interrupted. Another condition that 300 the middle of a hardware transaction, such as writing to a flash memory, may
|