Home
last modified time | relevance | path

Searched full:forwards (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/
Demulated_target.cpp24 DT_FOREACH_PROP_ELEM(CONTROLLER_LABEL, forwards, DEFINE_FAKE_TARGET_FUNCTION);
42 DT_FOREACH_PROP_ELEM(CONTROLLER_LABEL, forwards, DEFINE_EMULATED_CALLBACK)};
52 DT_FOREACH_PROP_ELEM(CONTROLLER_LABEL, forwards, DEFINE_EMULATED_TARGET_CONFIG)};
Dtest_fowarding_common.cpp20 DT_FOREACH_PROP_ELEM(CONTROLLER_LABEL, forwards, GET_TARGET_DEVICE)};
Dtest_forwarding_buf.cpp21 DT_FOREACH_PROP_ELEM(CONTROLLER_LABEL, forwards, GET_TARGET_DEVICE)};
Dtest_forwarding_pio.cpp20 DT_FOREACH_PROP_ELEM(CONTROLLER_LABEL, forwards, GET_TARGET_DEVICE)};
/Zephyr-latest/tests/drivers/i2c/i2c_emul/include/
Demulated_target.hpp20 #define FORWARD_COUNT DT_PROP_LEN(CONTROLLER_LABEL, forwards)
40 DT_FOREACH_PROP_ELEM(CONTROLLER_LABEL, forwards, DECLARE_FAKE_TARGET_FUNCTIONS)
54 DT_FOREACH_PROP_ELEM_VARGS(CONTROLLER_LABEL, forwards, FFF_FAKE_ACTION, fn)
/Zephyr-latest/lib/libc/common/
DKconfig91 which forwards to malloc and memset.
100 reallocarray, which forwards to realloc.
/Zephyr-latest/boards/shields/nrf7002ek/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay6 /* This node by default forwards the UART1 pins to CPUNET, but as UART1 uses
/Zephyr-latest/dts/bindings/i2c/
Dzephyr,i2c-emul-controller.yaml19 forwards:
/Zephyr-latest/tests/drivers/i2c/i2c_emul/boards/
Dnative_sim.overlay29 forwards = <&i2c1 0x20>, <&i2c2 0x24>;
/Zephyr-latest/doc/hardware/emulator/
Dbus_emulators.rst163 forwards = <&i2c1 0x20>;
166 The final property, ``forwards`` indicates that any read/write requests sent to
173 ``forwards`` attribute consists of the phandle followed by the address. In
/Zephyr-latest/samples/boards/nordic/coresight_stm/
DREADME.rst31 Proxy (Application core) forwards data from the ETR to the host using UART.
/Zephyr-latest/drivers/i2c/
Di2c_emul.c323 COND_CODE_1(DT_INST_NODE_HAS_PROP(n, forwards), \
324 (DT_INST_FOREACH_PROP_ELEM(n, forwards, EMUL_FORWARD_ITEM)), ())}; \
/Zephyr-latest/tests/net/route_mcast/src/
Dmain.c461 * only iface_2 forwards in test_route_mcast_scenario1()
463 * only iface_2 forwards in test_route_mcast_scenario1()
578 * only iface 1 forwards in test_route_mcast_scenario3()
581 * no iface forwards in test_route_mcast_scenario3()
/Zephyr-latest/subsys/net/ip/
Droute.h217 * @brief Forwards a multicast packet by checking the local multicast
/Zephyr-latest/subsys/bluetooth/audio/
Dcap_stream.c326 /* CAP basically just forwards the BAP callbacks after doing what it (CAP) needs to do, in bt_cap_stream_ops_register()
/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_open_flags.c414 ZBEGIN("Check if appended forwards file before write"); in test_fs_open_flags()
/Zephyr-latest/boards/intel/adsp/doc/
Dintel_adsp_generic.rst177 communicate. It forwards logs collected by :file:`cavstool.py` on port 9999
/Zephyr-latest/subsys/net/lib/http/
Dhttp_hpack.c78 [HTTP_SERVER_HPACK_MAX_FORWARDS] = { "max-forwards", NULL },
/Zephyr-latest/dts/bindings/ethernet/
Dsnps,dwcxgmac.yaml434 Forward Undersized Good Packets. When this field is set, the Rx queue forwards
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dmain.c510 /* Verify that conn_mgr_if_connect forwards error codes from API */
527 /* Verify that conn_mgr_if_disconnect forwards error codes from API */
1510 /* Verify that all_if_connect successfully forwards errors encountered on individual ifaces */
1540 /* Verify that all_if_disconnect successfully forwards errors encountered on individual ifaces */
/Zephyr-latest/drivers/ethernet/dwc_xgmac/
Deth_dwc_xgmac_priv.h627 /* Forward Undersized Good Packets. When this bit is set, the RX queue forwards the
/Zephyr-latest/drivers/ethernet/
Deth_xlnx_gem.c1477 * iterate forwards until the EOF bit is encountered. Only in eth_xlnx_gem_handle_rx_pending()
/Zephyr-latest/scripts/kconfig/
Dguiconfig.py1650 # searching forwards from 'item'.
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py1804 # since forwards references are allowed and nodes and properties might
/Zephyr-latest/doc/develop/west/
Dmanifest.rst53 forwards or backwards together:

12