/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/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.
|
/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/include/zephyr/drivers/sip_svc/ |
D | sip_svc_driver.h | 41 * @brief Callback API for generating the transaction id from client id. 48 * @brief Callback API for retrieving client transaction id from transaction id 54 * @brief Callback API for updating transaction id for request packet for lower layer 68 * @brief Callback API to construct Polling packet for ASYNC transaction. 164 * @brief Formats and generates the transaction id from client id. 168 * @param trans_idx transaction index. 170 * @retval transaction id, which is used for tracking each transaction. 187 * @brief Retrieve client transaction id from packet transaction id. 190 * @param trans_id transaction identifier if for a transaction. 192 * @retval client transaction id form Transaction id. [all …]
|
D | sip_svc_proto.h | 110 * - bits [23:16] Transaction ID (Filled in by sip_svc service) 122 * cancelled the transaction. 153 * - bits [23:16] Transaction ID 165 * command transaction.The memory needs to be dynamically allocated,
|
/Zephyr-latest/dts/bindings/bluetooth/ |
D | zephyr,bt-hci-spi.yaml | 33 the SPI data transaction after finishing the header transaction. Without this 35 resulting in an ignored transaction that then needs to be performed a second time.
|
/Zephyr-latest/subsys/rtio/ |
D | rtio_executor.c | 77 /* Link up transaction or queue list if needed */ in rtio_executor_submit() 80 bool transaction = iodev_sqe->sqe.flags & RTIO_SQE_TRANSACTION; in rtio_executor_submit() local 83 __ASSERT(transaction != chained, in rtio_executor_submit() 84 "Expected chained or transaction flag, not both"); in rtio_executor_submit() 101 "Expected a valid sqe following transaction or chain flag"); in rtio_executor_submit() 175 /* curr should now be the last sqe in the transaction if that is what completed */ in rtio_executor_done() 193 * - a sqe marked as chained or transaction has a next sqe 194 * - a sqe is marked either chained or transaction but not both
|
/Zephyr-latest/drivers/sensor/st/stmemsc/ |
D | stmemsc_spi.c | 30 * transaction #1: dummy read to skip first byte in stmemsc_spi_read() 31 * transaction #2: read "len" byte of data in stmemsc_spi_read() 51 * transaction #1: write 1 byte with reg addr (msb at 0) in stmemsc_spi_write() 52 * transaction #2: write "len" byte of data in stmemsc_spi_write()
|
/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.
|
/Zephyr-latest/soc/ite/ec/common/ |
D | soc_espi.h | 28 * @brief eSPI transaction interrupt control 31 * @param enable/disable eSPI transaction interrupt
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avctp_internal.h | 32 uint8_t byte0; /** [7:4]: Transaction label, [3:2]: Packet_type, [1]: C/R, [0]: IPID */ 36 /** Transaction label provided by the application and is replicated by the sender of the message in 48 * the command message of the same transaction; otherwise this bit is set to zero. In command 53 /** Transaction label provided by the application and is replicated by the sender of the message in 68 * the command message of the same transaction; otherwise this bit is set to zero. In command
|
/Zephyr-latest/drivers/ps2/ |
D | ps2_npcx_controller.c | 40 * A PS/2 transaction needs 11 clock cycles. It will take about 1.1 ms for a 41 * complete transaction. 61 /* The semaphore to synchronize the Tx transaction */ 186 /* Enable Start Of Transaction interrupt */ in ps2_npcx_ctrl_write() 259 * Inhibit PS/2 transaction of the other non-active channels by in ps2_npcx_ctrl_isr() 265 /* PS/2 Start of Transaction */ in ps2_npcx_ctrl_isr() 275 /* PS/2 End of Transaction */ in ps2_npcx_ctrl_isr() 306 * Re-enable the Start Of Transaction interrupt when in ps2_npcx_ctrl_isr() 356 * [0] - : SOTIE = 1: Start Of Transaction Interrupt Enable in ps2_npcx_ctrl_init() 357 * [1] - : EOTIE = 1: End Of Transaction Interrupt Enable in ps2_npcx_ctrl_init()
|
/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 | i2c_npcx_controller.h | 67 * @retval -ETIMEDOUT Timeout occurred for a i2c transaction. 91 * @retval -EBUSY If i2c transaction is proceeding. 103 * @retval -EBUSY If i2c transaction is proceeding.
|
/Zephyr-latest/dts/bindings/mipi-dbi/ |
D | mipi-dbi-spi-device.yaml | 37 where the first spi transaction reads the length and the second spi transaction
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | soc_host.h | 49 * information was updated by an eSPI transaction through peripheral channel. 62 * @brief Writes data to a host sub-module which generates an eSPI transaction. 65 * which triggers an eSPI transaction through peripheral channel.
|
/Zephyr-latest/include/zephyr/sip_svc/ |
D | sip_svc_controller.h | 44 /* Total Number of on-going transaction of the client */ 48 /* Transaction id pool for each client */ 64 /* Response size of buffer used for ASYNC transaction*/
|
/Zephyr-latest/include/zephyr/drivers/flash/ |
D | npcx_flash_api_ex.h | 20 * Execute a SPI transaction via User Mode Access (UMA) mode. Users can 21 * perform a customized SPI transaction to gread or write the device's
|
/Zephyr-latest/dts/bindings/spi/ |
D | xlnx,xps-spi-2.00.a.yaml | 49 transaction to the SPI flash device to ensure the STARTUP block is 51 The dummy READ_ID transaction will be issued to chip select 0.
|
D | spi-device.yaml | 59 where the first spi transaction reads the length and the second spi transaction
|
/Zephyr-latest/soc/intel/intel_adsp/common/include/ |
D | cpu_init.h | 16 #define ATOMCTL_BY_RCW BIT(0) /* RCW Transaction for Bypass Memory */ 17 #define ATOMCTL_WT_RCW BIT(2) /* RCW Transaction for Writethrough Cacheable Memory */ 18 #define ATOMCTL_WB_RCW BIT(4) /* RCW Transaction for Writeback Cacheable Memory */
|
/Zephyr-latest/dts/bindings/fpga/ |
D | renesas,slg471x5.yaml | 14 If selected driver will test transaction on address 0x0 first, before
|