Searched full:arbitration (Results 1 – 25 of 46) sorted by relevance
12
/Zephyr-latest/drivers/pcie/host/ |
D | vc.h | 26 /** 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/ |
D | README.rst | 12 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/ |
D | ieee802154_priv.h | 25 * @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/ |
D | smbus_utils.c | 20 * the one with the highest priority (lowest address) device wins the arbitration. In in smbus_loop_alert_devices()
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_ioapic_priv.h | 24 #define IOAPIC_ARB 0x02 /* IOAPIC Arbitration ID */
|
/Zephyr-latest/dts/bindings/i2c/ |
D | atmel,sam-i2c-twim.yaml | 11 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/ |
D | i2c_numaker.c | 29 #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()
|
D | i2c_xilinx_axi.h | 55 ISR_ARB_LOST = BIT(0), /* Arbitration Lost */
|
D | i2c_rv32m1_lpi2c.c | 181 * successfully. e.g., nak, timeout, lost arbitration in rv32m1_lpi2c_transfer()
|
D | i2c_gd32.c | 29 /* Arbitration lost */ 298 LOG_ERR("Arbitration lost"); in i2c_gd32_log_err()
|
D | i2c_xilinx_axi.c | 316 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()
|
D | i2c_mcux.c | 196 * successfully. e.g., nak, timeout, lost arbitration in i2c_mcux_transfer()
|
D | i2c_mchp_mss.c | 282 LOG_WRN("lost arbitration: %x\n", status); in mss_i2c_irq_handler()
|
D | i2c_mcux_lpi2c_rtio.c | 223 * successfully. e.g., nak, timeout, lost arbitration in mcux_lpi2c_complete()
|
D | i2c_rcar.c | 63 #define RCAR_I2C_MAL BIT(5) /* Master Arbitration lost */
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | w1.rst | 48 arbitration.
|
/Zephyr-latest/doc/services/sensing/ |
D | index.rst | 15 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/ |
D | controller.rst | 66 arbitration phase. During the arbitration phase, write collisions are allowed.
|
D | shell.rst | 110 The classic CAN bitrate/CAN FD arbitration phase bitrate can be configured using the ``can bitrate``
|
/Zephyr-latest/modules/hal_nordic/ |
D | Kconfig | 42 must be distributed by an arbiter. To support this arbitration
|
/Zephyr-latest/tests/drivers/can/host/ |
D | README.rst | 26 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/ |
D | loapic.h | 21 #define LOAPIC_APR 0x090 /* Arbitration Priority Reg */
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | snps,dwcxgmac.yaml | 315 Receive Arbitration Algorithm. 316 This field is used to select the arbitration algorithm for the Rx
|
/Zephyr-latest/include/zephyr/drivers/ |
D | can.h | 97 /** 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/ |
D | canfd.c | 100 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