Home
last modified time | relevance | path

Searched refs:link (Results 51 – 75 of 356) sorted by relevance

12345678910>>...15

/Zephyr-latest/boards/nordic/nrf52840dongle/
DKconfig.defconfig13 # DTS file, so we manually override FLASH_LOAD_OFFSET to link the application
17 # which will make it link into the correct partition specified in DTS file,
/Zephyr-latest/tests/bluetooth/controller/ctrl_user_ext/src/
Dull_vendor.h20 static inline int rx_demux_rx_proprietary(memq_link_t *link, in rx_demux_rx_proprietary() argument
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/include/
Dull_vendor.h20 static inline int rx_demux_rx_proprietary(memq_link_t *link, in rx_demux_rx_proprietary() argument
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dlinker.ld6 #include <ace-link.ld>
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/boards/
Dadi_eval_adin1110ebz.overlay9 /* Enable link status LED */
/Zephyr-latest/boards/ezurio/bl654_usb/
DKconfig.defconfig12 # DTS file, so we manually override FLASH_LOAD_OFFSET to link the application
17 # which will make it link into the correct partition specified in DTS file,
/Zephyr-latest/tests/subsys/modem/modem_pipelink/src/
Dmain.c28 static void test_pipelink_callback(struct modem_pipelink *link, in test_pipelink_callback() argument
32 zassert_equal(test_pipelink, link); in test_pipelink_callback()
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dull_peripheral.c25 void ull_periph_setup(memq_link_t *link, struct node_rx_pdu *rx, struct node_rx_ftr *ftr, in ull_periph_setup() argument
Dull_central.c23 void ull_central_setup(memq_link_t *link, struct node_rx_pdu *rx, struct node_rx_ftr *ftr, in ull_central_setup() argument
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_df_internal.h11 void ull_df_iq_report_link_release(memq_link_t *link);
Dull_conn_internal.h28 void ull_conn_rx(memq_link_t *link, struct node_rx_pdu **rx);
34 void ull_conn_link_tx_release(void *link);
41 void ull_conn_tx_ack(uint16_t handle, memq_link_t *link, struct node_tx *tx);
Dull_sync.c521 link_sync_estab = node_rx->hdr.link; in ll_sync_create_cancel()
522 link_sync_lost = sync->node_rx_lost.rx.hdr.link; in ll_sync_create_cancel()
604 link_sync_estab = node_rx->hdr.link; in ll_sync_terminate()
613 link_sync_lost = sync->node_rx_lost.rx.hdr.link; in ll_sync_terminate()
856 memq_link_t *link; in ull_sync_release() local
859 link = node_rx->hdr.link; in ull_sync_release()
861 ll_rx_link_release(link); in ull_sync_release()
1191 void ull_sync_established_report(memq_link_t *link, struct node_rx_pdu *rx) argument
1264 ll_rx_put_sched(rx_establ->hdr.link, rx_establ);
1285 ull_scan_aux_setup(link, rx);
[all …]
Dull_adv.c997 void *link; local
1004 link = ll_rx_link_alloc();
1005 if (!link) {
1011 ll_rx_link_release(link);
1019 ll_rx_link_release(link);
1122 conn->llcp_terminate.node_rx.rx.hdr.link = link;
1150 adv->link_cc_free = link;
1201 node_rx_adv_term->hdr.link = (void *)link_adv_term;
2339 static memq_link_t link; local
2340 static struct mayfly mfy = {0, 0, &link, NULL, lll_adv_prepare};
[all …]
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-zephyr.css21 --link-color: #2980b9;
60 a:link, a:visited, a:hover, a:focus, a:active {
61 color: var(--link-color) !important;
/Zephyr-latest/subsys/net/lib/capture/
DKconfig57 Linux cooked mode (sll). Here a synthetic link layer header
58 is used instead of real network link header.
89 int "How many link types (ETH_P_*) to capture at the same time"
94 This defines how many ETH_P_* link type values can be captured
/Zephyr-latest/cmake/linker/xt-ld/
Dtarget.cmake18 # link libraries, instead we must control the link command specifically as
138 # Function for finalizing link setup after Zephyr configuration has completed.
142 # and the end of link invocation and doesn't appear in the middle of the link
/Zephyr-latest/tests/bluetooth/controller/common/
DKconfig4 # The link layer requires a corresponding device tree node to be enabled
/Zephyr-latest/boards/phytec/reel_board/doc/
Dindex.rst384 designed especially for the reel board are called link boards.
392 link board BASE
395 link board BASE is a passive expansion board and allows other link boards or
402 :alt: reel board and link board BASE
404 reel board and link board BASE (Credit: PHYTEC)
406 link board BASE can be used in combination with other link boards or
410 reel board is plugged into the link board BASE. Both peripherals on
417 connected to NOTM.2 connector on the link board BASE.
428 :alt: link board BASE
430 link board BASE (Credit: PHYTEC)
[all …]
/Zephyr-latest/cmake/linker/armlink/
Dlinker_libraries.cmake6 # so we only need to set link order linking in case a custom C library is linked
/Zephyr-latest/cmake/linker/ld/
Dlinker_libraries.cmake16 # When new link principle is fully introduced, then the below condition can
28 # link dependency to libc (strchr), but libc also has dependencies to libgcc.
/Zephyr-latest/dts/xtensa/intel/
Dintel_adsp_cavs.dtsi38 compatible = "intel,adsp-hda-link-out";
50 compatible = "intel,adsp-hda-link-in";
/Zephyr-latest/tests/drivers/can/host/
DREADME.rst57 sudo ip link add dev zcan0 type vcan
58 sudo ip link set up zcan0
81 sudo ip link del zcan0
98 sudo ip link set can0 type can restart-ms 1000 bitrate 125000 dbitrate 1000000 fd on
99 sudo ip link set up can0
123 sudo ip link set down can0
/Zephyr-latest/subsys/logging/
DKconfig.links9 bool "IPC service link"
/Zephyr-latest/doc/connectivity/networking/api/
Dlldp.rst13 The Link Layer Discovery Protocol (LLDP) is a vendor-neutral link layer
/Zephyr-latest/subsys/net/
DKconfig.hostname38 This will append link address to NET_HOSTNAME to create a unique
46 This will update the unique hostname on link address changes. By

12345678910>>...15