Home
last modified time | relevance | path

Searched full:arbitration (Results 1 – 25 of 46) sorted by relevance

12

/Zephyr-latest/drivers/pcie/host/
Dvc.h26 /** Port Arbitration Table Entry Size */
35 /** Virtual Channel Arbitration Capability */
38 /** Virtual Channel Arbitration Table Offset */
46 /** Load Virtual Channel Arbitration Table */
48 /** Virtual Channel Arbitration Select */
51 /** Virtual Channel Arbitration Table Status */
74 /** Port Arbitration Capability */
83 /** Port Arbitration Table Offset */
94 /** Load Port Arbitration Table */
96 /** Port Arbitration Select */
[all …]
/Zephyr-latest/samples/drivers/can/babbling/
DREADME.rst12 bus access for any CAN frame with lower priority as these frames will loose the bus arbitration.
15 configurable via :ref:`Kconfig <kconfig>`. The frames carry no data as only the arbitration part of
19 the same CAN bus when they constantly loose bus arbitration.
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_priv.h25 * @brief Sends the given fragment respecting the configured IEEE 802.15.4 access arbitration
29 * This function checks for and supports both, software and hardware access arbitration and
/Zephyr-latest/drivers/smbus/
Dsmbus_utils.c20 * the one with the highest priority (lowest address) device wins the arbitration. In in smbus_loop_alert_devices()
/Zephyr-latest/drivers/interrupt_controller/
Dintc_ioapic_priv.h24 #define IOAPIC_ARB 0x02 /* IOAPIC Arbitration ID */
/Zephyr-latest/dts/bindings/i2c/
Datmel,sam-i2c-twim.yaml11 master capability is supported. Arbitration of the bus is performed
12 internally and relinquishes the bus automatically if the bus arbitration is
/Zephyr-latest/drivers/i2c/
Di2c_numaker.c29 #define M_ARB_LOST 0x38 /* Master Arbitration Los */
43 #define S_RECE_ARB_LOST 0x68 /* Slave Receive Arbitration Lost */
49 #define GC_ARB_LOST 0x78 /* GC mode Arbitration Lost */
54 #define ADDR_TRAN_ARB_LOST 0xB0 /* Address Transmit Arbitration Lost */
566 case M_ARB_LOST: /* Master Arbitration Lost */ in i2c_numaker_isr()
598 case ADDR_TRAN_ARB_LOST: /* Slave Transmit Arbitration Lost */ in i2c_numaker_isr()
646 case S_RECE_ARB_LOST: /* Slave Receive Arbitration Lost */ in i2c_numaker_isr()
Di2c_xilinx_axi.h55 ISR_ARB_LOST = BIT(0), /* Arbitration Lost */
Di2c_rv32m1_lpi2c.c181 * successfully. e.g., nak, timeout, lost arbitration in rv32m1_lpi2c_transfer()
Di2c_gd32.c29 /* Arbitration lost */
298 LOG_ERR("Arbitration lost"); in i2c_gd32_log_err()
Di2c_xilinx_axi.c316 LOG_ERR("Arbitration lost on RX"); in i2c_xilinx_axi_wait_rx_full()
455 LOG_ERR("Arbitration lost on TX"); in i2c_xilinx_axi_wait_tx_done()
Di2c_mcux.c196 * successfully. e.g., nak, timeout, lost arbitration in i2c_mcux_transfer()
Di2c_mchp_mss.c282 LOG_WRN("lost arbitration: %x\n", status); in mss_i2c_irq_handler()
Di2c_mcux_lpi2c_rtio.c223 * successfully. e.g., nak, timeout, lost arbitration in mcux_lpi2c_complete()
Di2c_rcar.c63 #define RCAR_I2C_MAL BIT(5) /* Master Arbitration lost */
/Zephyr-latest/doc/hardware/peripherals/
Dw1.rst48 arbitration.
/Zephyr-latest/doc/services/sensing/
Dindex.rst15 arbitration, sampling, timing, scheduling and sensor based power management.
68 * Focus on framework for sensor fusion, multiple clients, arbitration, data sampling, timing
/Zephyr-latest/doc/hardware/peripherals/can/
Dcontroller.rst66 arbitration phase. During the arbitration phase, write collisions are allowed.
Dshell.rst110 The classic CAN bitrate/CAN FD arbitration phase bitrate can be configured using the ``can bitrate``
/Zephyr-latest/modules/hal_nordic/
DKconfig42 must be distributed by an arbiter. To support this arbitration
/Zephyr-latest/tests/drivers/can/host/
DREADME.rst26 bitrates are 125 kbits/s for the arbitration phase/CAN classic and 1 Mbit/s for the CAN FD data
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dloapic.h21 #define LOAPIC_APR 0x090 /* Arbitration Priority Reg */
/Zephyr-latest/dts/bindings/ethernet/
Dsnps,dwcxgmac.yaml315 Receive Arbitration Algorithm.
316 This field is used to select the arbitration algorithm for the Rx
/Zephyr-latest/include/zephyr/drivers/
Dcan.h97 /** Controller does not retransmit in case of lost arbitration or missing ACK */
344 /** Initial CAN classic/CAN FD arbitration phase bitrate. */
346 /** Initial CAN classic/CAN FD arbitration phase sample point in permille. */
1212 * @param bitrate Desired arbitration phase bitrate.
1253 * of lost bus arbitration or missing acknowledge. Some CAN controllers support
1270 * @retval -EBUSY if CAN bus arbitration was lost (only applicable if automatic
/Zephyr-latest/tests/drivers/can/api/src/
Dcanfd.c100 zassert_not_equal(err, -EBUSY, "arbitration lost in loopback mode"); in send_test_frame()
120 zassert_not_equal(err, -EBUSY, "arbitration lost in loopback mode"); in send_test_frame_nowait()

12