Home
last modified time | relevance | path

Searched refs:link (Results 126 – 150 of 356) sorted by relevance

12345678910>>...15

/Zephyr-latest/doc/hardware/peripherals/
Dw1.rst40 * The link layer handles basic communication functions such as bus reset,
75 1-Wire data link layer
/Zephyr-latest/subsys/logging/
Dlog_core.c838 void z_log_msg_enqueue(const struct log_link *link, const void *data, size_t len) in z_log_msg_enqueue() argument
842 struct mpsc_pbuf_buffer *mpsc_pbuffer = link->mpsc_pbuf ? link->mpsc_pbuf : &log_buffer; in z_log_msg_enqueue()
852 log_msg->hdr.desc.domain += link->ctrl_blk->domain_offset; in z_log_msg_enqueue()
DKconfig.misc128 int "Maximum number of link domains"
131 Number of domains that can be handled by a link
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_local.c243 void llcp_lr_rx(struct ll_conn *conn, struct proc_ctx *ctx, memq_link_t *link, in llcp_lr_rx() argument
259 ctx->node_ref.link = link; in llcp_lr_rx()
Dlll_conn.h25 memq_link_t *link; member
Dull_llcp_internal.h175 memq_link_t *link; member
572 void llcp_lr_rx(struct ll_conn *conn, struct proc_ctx *ctx, memq_link_t *link,
596 void llcp_rr_rx(struct ll_conn *conn, struct proc_ctx *ctx, memq_link_t *link,
605 void llcp_rr_new(struct ll_conn *conn, memq_link_t *link, struct node_rx_pdu *rx,
Dull_llcp.h68 void ull_cp_rx(struct ll_conn *conn, memq_link_t *link, struct node_rx_pdu *rx);
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_l2.rst13 The L2 stack is designed to hide the whole networking link-layer part
46 the link layer header, or handling link-layer only packets. The ``recv()``
52 function to actually send a network packet. All relevant link-layer content
150 radio link or re-configure the driver at runtime. These incoming calls will
Dgptp.rst22 point-to-point link endpoint, as defined in Annex A of the standard,
/Zephyr-latest/arch/posix/
DCMakeLists.txt14 # Extra link options to be passed during the *final* link of the runner
23 # Extra libraries to link with the runner
/Zephyr-latest/doc/_static/css/
Dcustom.css78 color: var(--link-color);
82 color: var(--link-color-hover);
87 /* Add visual feedback when clicking on a link */
88 color: var(--link-color-active);
92 color: var(--link-color-visited);
101 color: var(--link-color) !important;
105 color: var(--link-color);
201 color: var(--link-color) !important;
204 color: var(--link-color-visited);
332 color: var(--link-color) !important;
[all …]
/Zephyr-latest/boards/ene/kb1200_evb/doc/
Dindex.rst76 SEGGER J-link's drivers are at https://www.segger.com/downloads/jlink/
/Zephyr-latest/arch/x86/
DCMakeLists.txt6 # file that is to be linked in after the first link.
/Zephyr-latest/cmake/linker/armlink/
Dtarget.cmake124 # and the end of link invocation and doesn't appear in the middle of the link
/Zephyr-latest/boards/segger/ip_k66f/
Dip_k66f.dts123 fixed-link = "100BASE-T Full-Duplex";
/Zephyr-latest/doc/contribute/documentation/
Dguidelines.rst335 link above.
595 underscore to indicate an outbound link. In this example, the label was
598 link writing this as::
611 link-references to any tagged text within the Zephyr Project documentation.
620 Note the leading underscore indicating an inbound link.
625 You can also change the text that's displayed for this link, such as::
642 Other .rst documents can link to this document using the ``:ref:`doc_guidelines``` tag and
644 multiple files, and the link text is obtained from the document source so if the title changes,
645 the link text will update as well.
698 You may provide a custom link text, similar to the built-in :rst:role:`ref` role.
[all …]
/Zephyr-latest/doc/connectivity/networking/
Dqemu_802154_setup.rst11 are connected together via UART and are running IEEE 802.15.4 link layer
/Zephyr-latest/soc/native/inf_clock/
DKconfig45 have it produce the final link with the native simulator runner and the other MCU images.
/Zephyr-latest/drivers/modem/
Dmodem_at_shell.c105 void at_shell_pipelink_callback(struct modem_pipelink *link, in at_shell_pipelink_callback() argument
/Zephyr-latest/samples/sensor/thermometer/
DREADME.rst40 alias named ``ambient-temp0`` to link to the node. See the overlay used for the
/Zephyr-latest/cmake/compiler/xcc/
Dtarget.cmake56 # link a dummy C file.
/Zephyr-latest/cmake/linker/
Dlinker_flags_template.cmake27 # Set this flag if the linker supports reporting of memusage as part of link,
/Zephyr-latest/samples/application_development/external_lib/
DCMakeLists.txt64 # Create a wrapper CMake library that our app can link with
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D007_ext-source.md13 Provide a link to the source
/Zephyr-latest/boards/nuvoton/npcm400_evb/doc/
Dindex.rst80 SEGGER J-link's drivers are at https://www.segger.com/downloads/jlink/

12345678910>>...15