/Zephyr-latest/boards/nordic/nrf52840dongle/ |
D | Kconfig.defconfig | 13 # 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/ |
D | ull_vendor.h | 20 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/ |
D | ull_vendor.h | 20 static inline int rx_demux_rx_proprietary(memq_link_t *link, in rx_demux_rx_proprietary() argument
|
/Zephyr-latest/soc/intel/intel_adsp/ace/ |
D | linker.ld | 6 #include <ace-link.ld>
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/boards/ |
D | adi_eval_adin1110ebz.overlay | 9 /* Enable link status LED */
|
/Zephyr-latest/boards/ezurio/bl654_usb/ |
D | Kconfig.defconfig | 12 # 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/ |
D | main.c | 28 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/ |
D | ull_peripheral.c | 25 void ull_periph_setup(memq_link_t *link, struct node_rx_pdu *rx, struct node_rx_ftr *ftr, in ull_periph_setup() argument
|
D | ull_central.c | 23 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/ |
D | ull_df_internal.h | 11 void ull_df_iq_report_link_release(memq_link_t *link);
|
D | ull_conn_internal.h | 28 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);
|
D | ull_sync.c | 521 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 …]
|
D | ull_adv.c | 997 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/ |
D | doxygen-awesome-zephyr.css | 21 --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/ |
D | Kconfig | 57 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/ |
D | target.cmake | 18 # 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/ |
D | Kconfig | 4 # The link layer requires a corresponding device tree node to be enabled
|
/Zephyr-latest/boards/phytec/reel_board/doc/ |
D | index.rst | 384 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/ |
D | linker_libraries.cmake | 6 # so we only need to set link order linking in case a custom C library is linked
|
/Zephyr-latest/cmake/linker/ld/ |
D | linker_libraries.cmake | 16 # 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/ |
D | intel_adsp_cavs.dtsi | 38 compatible = "intel,adsp-hda-link-out"; 50 compatible = "intel,adsp-hda-link-in";
|
/Zephyr-latest/tests/drivers/can/host/ |
D | README.rst | 57 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/ |
D | Kconfig.links | 9 bool "IPC service link"
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lldp.rst | 13 The Link Layer Discovery Protocol (LLDP) is a vendor-neutral link layer
|
/Zephyr-latest/subsys/net/ |
D | Kconfig.hostname | 38 This will append link address to NET_HOSTNAME to create a unique 46 This will update the unique hostname on link address changes. By
|