Home
last modified time | relevance | path

Searched refs:transaction (Results 1 – 25 of 37) sorted by relevance

12

/Zephyr-latest/samples/subsys/sip_svc/
DREADME.rst39 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/
Dmodem_backend_mock.c22 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()
Dmodem_backend_mock.h33 const struct modem_backend_mock_transaction *transaction; member
60 const struct modem_backend_mock_transaction *transaction);
/Zephyr-latest/drivers/mdio/
DKconfig.nxp_enet_qos14 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.
DKconfig.nxp_enet19 Time in microseconds before an MDIO transaction that has not
/Zephyr-latest/drivers/i2c/
Di2c_mchp_mss.c103 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()
DKconfig.it8xxx222 stretching during I2C transaction.
48 clock stretching during I2C transaction.
DKconfig.sam019 transaction and ensures that high speed modes are not delayed
DKconfig36 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/
DKconfig.xmc4xxx30 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/
DKconfig.npcx42 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.
DKconfig.it8xxx2138 bool "EC accepts 0x81 I/O cycle from eSPI transaction"
/Zephyr-latest/subsys/rtio/
Drtio_executor.c80 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/
DKconfig.tcpc_tcpci20 Number of I2C transaction tries that will be performed for each request.
/Zephyr-latest/doc/connectivity/usb/device/api/
Dusb_device.rst24 USB transaction(s), depending endpoint max packet size. The class driver does
/Zephyr-latest/drivers/dma/
DKconfig.dw_axi_dmac36 int "max burst transaction length"
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/
Dindex.rst247 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/
Di2c.rst20 "target" that responds to transaction commands. A I2C controller on a
Dsmbus.rst21 responds to transaction commands, or a Host, which is a specialized
/Zephyr-latest/doc/services/device_mgmt/
Dec_host_cmd.rst40 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/
DKconfig.nor90 transaction occurs before the dwell period expires.
/Zephyr-latest/boards/beagle/beaglebone_ai64/doc/
Dindex.rst27 32-bit input address into a 48-bit output address. Any input transaction that
/Zephyr-latest/dts/riscv/ite/
Dit8xxx2-wuc-map.dtsi65 wucs = <&wuc4 BIT(2)>; /* eSPI transaction */
/Zephyr-latest/arch/xtensa/
DKconfig95 the bus extra time to synchronize the RCW transaction
/Zephyr-latest/doc/services/pm/
Ddevice.rst142 a transaction that cannot be interrupted. Another condition that
300 the middle of a hardware transaction, such as writing to a flash memory, may

12