Home
last modified time | relevance | path

Searched full:forward (Results 1 – 25 of 199) sorted by relevance

12345678

/Zephyr-latest/dts/bindings/i2c/
Dzephyr,i2c-emul-controller.yaml24 example, if we wanted to forward any requests from i2c0@0x20 to i2c1, we
28 forward = <&i2c1 0x20>;
31 forward-cells:
/Zephyr-latest/tests/drivers/i2c/i2c_emul/boards/
Dnative_sim.overlay13 #forward-cells = <1>;
23 #forward-cells = <1>;
/Zephyr-latest/tests/net/route_mcast/src/
Dmain.c331 /* iface_3 should not forward multicasts */ in test_route_mcast_init()
485 zassert_true(iface_2_forwarded, "iface_2 did not forward"); in test_route_mcast_scenario1()
505 zassert_true(iface_2_forwarded, "iface_2 did not forward"); in test_route_mcast_scenario1()
518 * iface_2 must not forward due to missing routing entry. in test_route_mcast_scenario2()
519 * iface_3 must not forward due to missing in test_route_mcast_scenario2()
521 * iface_1 must not forward because itself in test_route_mcast_scenario2()
525 * now iface_1 must forward due to routing entry in test_route_mcast_scenario2()
565 zassert_true(iface_1_forwarded, "iface_1 did not forward"); in test_route_mcast_scenario2()
603 zassert_true(iface_1_forwarded, "iface_1 did not forward"); in test_route_mcast_scenario3()
604 zassert_true(iface_2_forwarded, "iface_2 did not forward"); in test_route_mcast_scenario3()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_df_types.h11 /* Forward declarations of types to avoid build errors in ULL code. */
/Zephyr-latest/include/zephyr/timing/
Dtiming.h54 * will be gathered from this point forward.
64 * is no longer being gathered from this point forward.
170 * will be gathered from this point forward.
180 * is no longer being gathered from this point forward.
280 * will be gathered from this point forward.
288 * is no longer being gathered from this point forward.
/Zephyr-latest/scripts/native_simulator/common/src/
Dnsi_cpun_if.c10 * These trampolines forward a call from the runner into the corresponding embedded CPU hook
/Zephyr-latest/boards/shields/nrf7002ek/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay9 * the entire node is disabled. If the application needs to forward other pins
/Zephyr-latest/drivers/ethernet/
Deth_lan865x_priv.h63 bool tx_cut_through_mode; /* 1 - tx cut through, 0 - Store and forward */
64 bool rx_cut_through_mode; /* 1 - rx cut through, 0 - Store and forward */
Deth_adin2111_priv.h47 /* Forward Frames from Port 2 Not Matching a MAC Address to Port 1 */
49 /* Forward Frames from Port 1 Not Matching a MAC Address to Port 2 */
51 /* Forward Frames Not Matching Any MAC Address to the Host */
57 /* Forward Frames Not Matching Any MAC Address to the Host */
/Zephyr-latest/dts/bindings/gpio/
Dnordic,nrf-gpio-forwarder.yaml10 nRF53 application core should forward to the nRF53 network core.
41 In the above example, the nrf-gpio-forwarder node is configured to forward
/Zephyr-latest/dts/bindings/stepper/
Dstepper-controller.yaml42 Pin will be driven high for forward direction and low for reverse direction.
/Zephyr-latest/subsys/net/l2/ethernet/
DKconfig157 bool "Forward unrecognized EtherType frames further into net stack"
160 When enabled, the Ethernet L2 will forward even those frames for which
/Zephyr-latest/arch/nios2/core/
Dthread.c10 /* forward declaration to asm function to adjust setup the arguments
/Zephyr-latest/tests/boards/nrf/qdec/src/
Dmain.c74 static void qenc_emulate_start(k_timeout_t period, bool forward) in qenc_emulate_start() argument
79 toggle_a = !forward; in qenc_emulate_start()
93 bool forward, bool overflow_expected) in qenc_emulate_verify_reading() argument
101 if (!forward) { in qenc_emulate_verify_reading()
105 qenc_emulate_start(K_MSEC(emulator_period_ms), forward); in qenc_emulate_verify_reading()
/Zephyr-latest/doc/hardware/emulator/
Dbus_emulators.rst161 #forward-cells = <1>;
172 The ``#forward-cells`` attribute should always be 1. Each entry in the
174 the example above, ``<&i2c1 0x20>`` will forward all read/write operations
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_tx_queue.h14 /* Forward declaration of node_tx */
/Zephyr-latest/arch/arm/core/cortex_m/
Dirq_relay.S18 * the bootloader can forward the interrupt to the chainloaded image. This
/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/
Dtest_forwarding_pio.cpp222 // Read the second forward and ensure that we only forwarded to the correct one in ZTEST()
226 // Check that we got the forward in ZTEST()
234 // Check that we didn't forward to the first target in ZTEST()
/Zephyr-latest/dts/bindings/ethernet/
Dsnps,dwcxgmac.yaml363 field us used only when Transmit Store and Forward is disabled.
400 Transmit Store and Forward. When this field is set, the transmission
420 Receive Store and Forward. When this field is set, DWC_xgmac reads a
427 Forward Error Packets. When this bit is set, all packets except the runt error
434 Forward Undersized Good Packets. When this field is set, the Rx queue forwards
/Zephyr-latest/dts/bindings/display/
Dst,stm32-ltdc.yaml75 Phandle of the display's controller. When provided, it's used to forward some of the
/Zephyr-latest/tests/arch/arm/arm_sw_vector_relay/src/
Darm_sw_vector_relay.c61 /* If VTOR is not present then we already need to forward interrupts in ZTEST()
/Zephyr-latest/include/zephyr/logging/
Dlog_multidomain_helper.h139 /** @brief Forward declaration. */
180 /** @brief Forward declaration. */
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_df_internal.h7 /* Forward declaration to avoid unnecessary includes. */
/Zephyr-latest/doc/contribute/
Dproposals_and_rfcs.rst49 the `Zephyr meetings`_ in order to move it forward in cases where there is
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/
Dcmsis_dsp_wrapper.c39 * value = 0: forward transform in fft_real32()

12345678