Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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_enet18 Time in microseconds before an MDIO transaction that has not
/Zephyr-Core-3.7.0/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()
275 data->transaction = data->pending_transaction; in mss_i2c_irq_handler()
289 } else if (data->transaction == CONTROLLER_RANDOM_READ_TRANSACTION) { in mss_i2c_irq_handler()
294 data->transaction = NO_TRANSACTION; in mss_i2c_irq_handler()
309 data->transaction = NO_TRANSACTION; in mss_i2c_irq_handler()
321 data->transaction = NO_TRANSACTION; in mss_i2c_irq_handler()
349 data->transaction = NO_TRANSACTION; in mss_i2c_irq_handler()
DKconfig.it8xxx221 stretching during I2C transaction.
46 clock stretching during I2C transaction.
DKconfig.sam018 transaction and ensures that high speed modes are not delayed
DKconfig36 Dump every I2C transaction to the system log as debug level log messages.
/Zephyr-Core-3.7.0/drivers/spi/
DKconfig.xmc4xxx29 int "Timeout in milliseconds for an SPI transaction to complete if using DMA"
32 Sets timeout in milliseconds for an SPI transaction to complete when using DMA.
/Zephyr-Core-3.7.0/drivers/espi/
DKconfig.npcx41 Enabling an eSPI channel during an eSPI transaction might
44 transaction.
47 bool "Host can write 1/2/4 bytes of Port80 data in a eSPI transaction"
52 eSPI transaction.
DKconfig.it8xxx2138 bool "EC accepts 0x81 I/O cycle from eSPI transaction"
/Zephyr-Core-3.7.0/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-Core-3.7.0/doc/connectivity/usb/device/api/
Dusb_device.rst24 USB transaction(s), depending endpoint max packet size. The class driver does
/Zephyr-Core-3.7.0/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-Core-3.7.0/doc/hardware/peripherals/
Dsmbus.rst21 responds to transaction commands, or a Host, which is a specialized
Di2c.rst20 "target" that responds to transaction commands. A I2C controller on a
/Zephyr-Core-3.7.0/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-Core-3.7.0/dts/riscv/ite/
Dit8xxx2-wuc-map.dtsi65 wucs = <&wuc4 BIT(2)>; /* eSPI transaction */
/Zephyr-Core-3.7.0/doc/services/tracing/
Dindex.rst64 - perform actions at transaction-start (e.g. mutex-lock),
67 - perform actions at transaction-stop (e.g. mutex-release, emit of concat
/Zephyr-Core-3.7.0/arch/xtensa/
DKconfig95 the bus extra time to synchronize the RCW transaction
/Zephyr-Core-3.7.0/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
Ddevice_runtime.rst84 be resumed and suspended on every transaction. In general, it is more
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst39 Both incoming and outgoing messages allocate segments at the start of the transaction. The outgoing
/Zephyr-Core-3.7.0/doc/develop/debug/
Dindex.rst305 The first line indicates the I2C controller and the target address of the transaction.

12