Searched full:forwards (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-latest/tests/drivers/i2c/i2c_emul/src/ |
D | emulated_target.cpp | 24 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)};
|
D | test_fowarding_common.cpp | 20 DT_FOREACH_PROP_ELEM(CONTROLLER_LABEL, forwards, GET_TARGET_DEVICE)};
|
D | test_forwarding_buf.cpp | 21 DT_FOREACH_PROP_ELEM(CONTROLLER_LABEL, forwards, GET_TARGET_DEVICE)};
|
D | test_forwarding_pio.cpp | 20 DT_FOREACH_PROP_ELEM(CONTROLLER_LABEL, forwards, GET_TARGET_DEVICE)};
|
/Zephyr-latest/tests/drivers/i2c/i2c_emul/include/ |
D | emulated_target.hpp | 20 #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/ |
D | Kconfig | 91 which forwards to malloc and memset. 100 reallocarray, which forwards to realloc.
|
/Zephyr-latest/boards/shields/nrf7002ek/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 6 /* This node by default forwards the UART1 pins to CPUNET, but as UART1 uses
|
/Zephyr-latest/dts/bindings/i2c/ |
D | zephyr,i2c-emul-controller.yaml | 19 forwards:
|
/Zephyr-latest/tests/drivers/i2c/i2c_emul/boards/ |
D | native_sim.overlay | 29 forwards = <&i2c1 0x20>, <&i2c2 0x24>;
|
/Zephyr-latest/doc/hardware/emulator/ |
D | bus_emulators.rst | 163 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/ |
D | README.rst | 31 Proxy (Application core) forwards data from the ETR to the host using UART.
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_emul.c | 323 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/ |
D | main.c | 461 * 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/ |
D | route.h | 217 * @brief Forwards a multicast packet by checking the local multicast
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | cap_stream.c | 326 /* 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/ |
D | test_fs_open_flags.c | 414 ZBEGIN("Check if appended forwards file before write"); in test_fs_open_flags()
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | intel_adsp_generic.rst | 177 communicate. It forwards logs collected by :file:`cavstool.py` on port 9999
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_hpack.c | 78 [HTTP_SERVER_HPACK_MAX_FORWARDS] = { "max-forwards", NULL },
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | snps,dwcxgmac.yaml | 434 Forward Undersized Good Packets. When this field is set, the Rx queue forwards
|
/Zephyr-latest/tests/net/conn_mgr_conn/src/ |
D | main.c | 510 /* 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/ |
D | eth_dwc_xgmac_priv.h | 627 /* Forward Undersized Good Packets. When this bit is set, the RX queue forwards the
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_xlnx_gem.c | 1477 * iterate forwards until the EOF bit is encountered. Only in eth_xlnx_gem_handle_rx_pending()
|
/Zephyr-latest/scripts/kconfig/ |
D | guiconfig.py | 1650 # searching forwards from 'item'.
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 1804 # since forwards references are allowed and nodes and properties might
|
/Zephyr-latest/doc/develop/west/ |
D | manifest.rst | 53 forwards or backwards together:
|
12