/Zephyr-latest/dts/bindings/i2c/ |
D | zephyr,i2c-emul-controller.yaml | 24 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/ |
D | native_sim.overlay | 13 #forward-cells = <1>; 23 #forward-cells = <1>;
|
/Zephyr-latest/tests/net/route_mcast/src/ |
D | main.c | 331 /* 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/ |
D | lll_df_types.h | 11 /* Forward declarations of types to avoid build errors in ULL code. */
|
/Zephyr-latest/include/zephyr/timing/ |
D | timing.h | 54 * 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/ |
D | nsi_cpun_if.c | 10 * These trampolines forward a call from the runner into the corresponding embedded CPU hook
|
/Zephyr-latest/boards/shields/nrf7002ek/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 9 * the entire node is disabled. If the application needs to forward other pins
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_lan865x_priv.h | 63 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 */
|
D | eth_adin2111_priv.h | 47 /* 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/ |
D | nordic,nrf-gpio-forwarder.yaml | 10 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/ |
D | stepper-controller.yaml | 42 Pin will be driven high for forward direction and low for reverse direction.
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | Kconfig | 157 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/ |
D | thread.c | 10 /* forward declaration to asm function to adjust setup the arguments
|
/Zephyr-latest/tests/boards/nrf/qdec/src/ |
D | main.c | 74 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/ |
D | bus_emulators.rst | 161 #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/ |
D | ull_tx_queue.h | 14 /* Forward declaration of node_tx */
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | irq_relay.S | 18 * the bootloader can forward the interrupt to the chainloaded image. This
|
/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/ |
D | test_forwarding_pio.cpp | 222 // 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/ |
D | snps,dwcxgmac.yaml | 363 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/ |
D | st,stm32-ltdc.yaml | 75 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/ |
D | arm_sw_vector_relay.c | 61 /* If VTOR is not present then we already need to forward interrupts in ZTEST()
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_multidomain_helper.h | 139 /** @brief Forward declaration. */ 180 /** @brief Forward declaration. */
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_df_internal.h | 7 /* Forward declaration to avoid unnecessary includes. */
|
/Zephyr-latest/doc/contribute/ |
D | proposals_and_rfcs.rst | 49 the `Zephyr meetings`_ in order to move it forward in cases where there is
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/ |
D | cmsis_dsp_wrapper.c | 39 * value = 0: forward transform in fft_real32()
|