Home
last modified time | relevance | path

Searched refs:link (Results 251 – 275 of 356) sorted by relevance

1...<<1112131415

/Zephyr-latest/subsys/net/ip/
Dnet_if.c5303 void net_if_register_link_cb(struct net_if_link_cb *link, in net_if_register_link_cb() argument
5308 sys_slist_find_and_remove(&link_callbacks, &link->node); in net_if_register_link_cb()
5309 sys_slist_prepend(&link_callbacks, &link->node); in net_if_register_link_cb()
5311 link->cb = cb; in net_if_register_link_cb()
5316 void net_if_unregister_link_cb(struct net_if_link_cb *link) in net_if_unregister_link_cb() argument
5320 sys_slist_find_and_remove(&link_callbacks, &link->node); in net_if_unregister_link_cb()
5328 struct net_if_link_cb *link, *tmp; in net_if_call_link_cb() local
5332 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&link_callbacks, link, tmp, node) { in net_if_call_link_cb()
5333 link->cb(iface, lladdr, status); in net_if_call_link_cb()
/Zephyr-latest/subsys/bluetooth/host/classic/
DKconfig229 consult the following link:
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_test.c167 ull_rx_put(iq_report->rx.hdr.link, iq_report); in create_iq_report()
/Zephyr-latest/doc/kernel/object_cores/
Dindex.rst122 framework need to both initialize the object core and link it. The following
/Zephyr-latest/boards/renesas/ek_ra6m1/doc/
Dindex.rst122 SEGGER J-link's drivers are avaialbe at https://www.segger.com/downloads/jlink/
/Zephyr-latest/boards/renesas/ek_ra8m1/doc/
Dindex.rst146 SEGGER J-link's drivers are avaialbe at https://www.segger.com/downloads/jlink/
/Zephyr-latest/modules/mbedtls/
DCMakeLists.txt247 # mbedtls_external to link with gcc we need to ensure it is placed
/Zephyr-latest/boards/nxp/usb_kw24d512/doc/
Dindex.rst227 https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/
/Zephyr-latest/tests/bluetooth/controller/common/src/
Dhelper_util.c379 ll_rx_put_sched(rx->hdr.link, rx); in event_done()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_common.c435 ll_rx_put_sched(ntf->hdr.link, ntf); in lp_comm_ntf()
1167 ll_rx_put_sched(ntf->hdr.link, ntf);
/Zephyr-latest/doc/contribute/
Dexternal.rst180 link to it from the issue
192 #. The TSC chair will forward the link to the GitHub issue created during the
/Zephyr-latest/doc/develop/api/
Dapi_lifecycle.rst154 Instead of a written description of the changes, the RFC issue may link to a
174 - A link to the RFC issue
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst100 form. Instead, it allows configuring the build system to link against the
108 system can be configured to link against the GNU C++ Library (``libstdc++.a``),
/Zephyr-latest/dts/xtensa/intel/
Dintel_adsp_ace15_mtpm.dtsi479 compatible = "intel,adsp-hda-link-out";
492 compatible = "intel,adsp-hda-link-in";
Dintel_adsp_ace30.dtsi585 compatible = "intel,adsp-hda-link-out";
598 compatible = "intel,adsp-hda-link-in";
Dintel_adsp_ace30_ptl.dtsi590 compatible = "intel,adsp-hda-link-out";
603 compatible = "intel,adsp-hda-link-in";
/Zephyr-latest/samples/modules/canopennode/
DREADME.rst159 sudo ip link set can0 type can bitrate 125000 restart-ms 100
160 sudo ip link set up can0
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst173 * Addressed Sphinx-generated intra-page link issues
205 * :github:`1926` - build system does not re-link if linker script changed
371 * :github:`5497` - cmake: allow to link external libraries with --whole-archive
475 * :github:`6235` - echo server crash from ICMPv6 NS source link layer address anomaly
Drelease-notes-1.8.rst117 * Network link (MAC) address fixes
186 * Broken link and spelling check scans
/Zephyr-latest/doc/kernel/
Dcode-relocation.rst42 link once and hence this text section had to be split to make room for the
/Zephyr-latest/boards/renesas/ek_ra8d1/doc/
Dindex.rst164 SEGGER J-link's drivers are avaialbe at https://www.segger.com/downloads/jlink/
/Zephyr-latest/boards/renesas/mck_ra8t1/doc/
Dindex.rst139 SEGGER J-link's drivers are avaialbe at https://www.segger.com/downloads/jlink/
/Zephyr-latest/modules/openthread/
DKconfig.thread77 bool "Support for IEEE802.15.4 radio link"
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/doc/
Dindex.rst6 …tput power without an external power amplifier (PA). This provides enough link budget for the enti…
/Zephyr-latest/doc/services/tfm/
Doverview.rst30 link in the background as part of the standard Zephyr build process. This
266 to run in the NSPE, correctly build and link it with the TF-M secure images,

1...<<1112131415