/Zephyr-latest/subsys/net/ip/ |
D | net_if.c | 5303 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/ |
D | Kconfig | 229 consult the following link:
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_test.c | 167 ull_rx_put(iq_report->rx.hdr.link, iq_report); in create_iq_report()
|
/Zephyr-latest/doc/kernel/object_cores/ |
D | index.rst | 122 framework need to both initialize the object core and link it. The following
|
/Zephyr-latest/boards/renesas/ek_ra6m1/doc/ |
D | index.rst | 122 SEGGER J-link's drivers are avaialbe at https://www.segger.com/downloads/jlink/
|
/Zephyr-latest/boards/renesas/ek_ra8m1/doc/ |
D | index.rst | 146 SEGGER J-link's drivers are avaialbe at https://www.segger.com/downloads/jlink/
|
/Zephyr-latest/modules/mbedtls/ |
D | CMakeLists.txt | 247 # mbedtls_external to link with gcc we need to ensure it is placed
|
/Zephyr-latest/boards/nxp/usb_kw24d512/doc/ |
D | index.rst | 227 https://www.segger.com/products/debug-probes/j-link/technology/about-real-time-transfer/
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_util.c | 379 ll_rx_put_sched(rx->hdr.link, rx); in event_done()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_common.c | 435 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/ |
D | external.rst | 180 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/ |
D | api_lifecycle.rst | 154 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/ |
D | index.rst | 100 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/ |
D | intel_adsp_ace15_mtpm.dtsi | 479 compatible = "intel,adsp-hda-link-out"; 492 compatible = "intel,adsp-hda-link-in";
|
D | intel_adsp_ace30.dtsi | 585 compatible = "intel,adsp-hda-link-out"; 598 compatible = "intel,adsp-hda-link-in";
|
D | intel_adsp_ace30_ptl.dtsi | 590 compatible = "intel,adsp-hda-link-out"; 603 compatible = "intel,adsp-hda-link-in";
|
/Zephyr-latest/samples/modules/canopennode/ |
D | README.rst | 159 sudo ip link set can0 type can bitrate 125000 restart-ms 100 160 sudo ip link set up can0
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.11.rst | 173 * 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
|
D | release-notes-1.8.rst | 117 * Network link (MAC) address fixes 186 * Broken link and spelling check scans
|
/Zephyr-latest/doc/kernel/ |
D | code-relocation.rst | 42 link once and hence this text section had to be split to make room for the
|
/Zephyr-latest/boards/renesas/ek_ra8d1/doc/ |
D | index.rst | 164 SEGGER J-link's drivers are avaialbe at https://www.segger.com/downloads/jlink/
|
/Zephyr-latest/boards/renesas/mck_ra8t1/doc/ |
D | index.rst | 139 SEGGER J-link's drivers are avaialbe at https://www.segger.com/downloads/jlink/
|
/Zephyr-latest/modules/openthread/ |
D | Kconfig.thread | 77 bool "Support for IEEE802.15.4 radio link"
|
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/doc/ |
D | index.rst | 6 …tput power without an external power amplifier (PA). This provides enough link budget for the enti…
|
/Zephyr-latest/doc/services/tfm/ |
D | overview.rst | 30 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,
|