Home
last modified time | relevance | path

Searched refs:node (Results 826 – 850 of 1120) sorted by relevance

1...<<31323334353637383940>>...45

/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfu_srv.rst6 The Firmware Update Server model implements the Target node functionality of the
8 receive the firmware image binary from the Distributor node.
124 applied. If the metadata check indicated that the device would become unprovisioned, the Target node
Ddfd_srv.rst8 receive the firmware image binary from the Initiator node. It also instantiates a
Dlcd_srv.rst16 node's device key.
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt11xx_cm7.dtsi12 /delete-node/ cpu@1;
23 /delete-node/ dma-controller@40c14000;
67 /* no ocram node for this bank-spec */
/Zephyr-latest/kernel/
Dpipes.c227 sys_dlist_append(walk_data->list, &desc->node); in pipe_walk_op()
275 sys_dlist_append(list, &desc[0].node); in pipe_buffer_list_populate()
291 sys_dlist_append(list, &desc[1].node); in pipe_buffer_list_populate()
451 sys_dlist_append(&src_list, &src_desc->node); in z_impl_k_pipe_put()
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c751 struct ztest_suite_node *node; in ztest_find_test_suite() local
753 for (node = _ztest_suite_node_list_start; node < _ztest_suite_node_list_end; ++node) { in ztest_find_test_suite()
754 if (strcmp(name, node->name) == 0) { in ztest_find_test_suite()
755 return node; in ztest_find_test_suite()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dlll_conn.h19 void *node; member
/Zephyr-latest/samples/subsys/usb_c/source/
DREADME.rst23 node that's compatible with ``usb-c-connector``.
/Zephyr-latest/samples/drivers/counter/alarm/src/
Dmain.c63 #error Unable to find a counter device node in devicetree
/Zephyr-latest/include/zephyr/net/
Dnet_mgmt.h149 sys_snode_t node; member
/Zephyr-latest/subsys/net/lib/ptp/
Dmsg.h298 sys_snode_t node; member
Dtlv.h221 sys_snode_t node; member
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c107 SYS_SLIST_FOR_EACH_CONTAINER(&conn->channels, chan, node) { in bt_l2cap_br_lookup_rx_cid()
121 SYS_SLIST_FOR_EACH_CONTAINER(&conn->channels, chan, node) { in bt_l2cap_br_lookup_tx_cid()
686 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&conn->channels, chan, next, node) { in bt_l2cap_br_disconnected()
695 SYS_SLIST_FOR_EACH_CONTAINER(&br_servers, server, node) { in l2cap_br_server_lookup_psm()
1180 sys_slist_append(&br_servers, &server->node); in bt_l2cap_br_server_register()
1527 SYS_SLIST_FOR_EACH_CONTAINER(&conn->channels, chan, node) { in l2cap_br_remove_tx_cid()
1529 sys_slist_remove(&conn->channels, prev, &chan->node); in l2cap_br_remove_tx_cid()
1533 prev = &chan->node; in l2cap_br_remove_tx_cid()
1985 SYS_SLIST_FOR_EACH_CONTAINER(&conn->channels, chan, node) { in l2cap_br_encrypt_change()
/Zephyr-latest/drivers/serial/
Duart_emul.c113 sys_snode_t *node; in uart_emul_tx_data_ready() local
118 SYS_SLIST_FOR_EACH_NODE(&data->emuls, node) { in uart_emul_tx_data_ready()
119 struct uart_emul *emul = CONTAINER_OF(node, struct uart_emul, node); in uart_emul_tx_data_ready()
1003 sys_slist_append(&data->emuls, &emul->node); in uart_emul_register()
/Zephyr-latest/boards/nxp/mr_canhubk3/doc/
Dindex.rst92 Devicetree node Color Pin Pin Functions
103 Devicetree node Color Pin Pin Functions
121 Devicetree node Label Pin Pin Functions
151 Devicetree node Pin Pin Function Bus Connector
179 Devicetree node Payload Hardware support Software support
/Zephyr-latest/doc/hardware/pinctrl/
Dindex.rst236 particular state are enclosed in a single Devicetree node.
282 Another popular model is based on having a node for each pin configuration and
284 requires to have one node for each pin mapping and state, since in general,
293 sure that the node is discarded when not used.
381 arguments: a node identifier and a property name (``pinctrl-N``). With this
383 contained within the ``pinctrl-N`` property of the given node.
393 :file:`dts/bindings/pinctrl/pincfg-node.yaml`.
428 device's Devicetree node identifier. This allows to minimize ROM usage, since
/Zephyr-latest/drivers/flash/
DKconfig.nxp_s3234 device size and jedec-id properties must be set in devicetree node.
/Zephyr-latest/boards/shields/buydisplay_2_8_tft_touch_arduino/doc/
Dindex.rst53 for Arduino connectors and defines node aliases for SPI and GPIO interfaces
/Zephyr-latest/samples/drivers/led/lp50xx/
DREADME.rst35 LP5018, LP5024, LP5030 or LP5036 LED driver connected. A node matching the
/Zephyr-latest/scripts/west_commands/
Dsign.py376 label: node for node in partitions.children.values()
377 for label in node.labels
/Zephyr-latest/doc/hardware/porting/
Dshields.rst168 node`_ that looks like the following into the board devicetree file:
170 .. _nexus node:
226 See `nexus node`_ for more information about this capability.
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h329 sys_snode_t node; member
363 sys_snode_t node; member
2076 sys_snode_t node; member
/Zephyr-latest/arch/arm/
DKconfig54 In general this option should be chosen if the zephyr,flash chosen node
73 This setting can be derived from a DT node reg property or specified directly.
95 This setting can be derived from a DT node reg property or specified directly.
/Zephyr-latest/dts/arm/nordic/
Dnrf51822.dtsi115 * This spi node can be either SPI or SPIS,
335 /delete-node/ &systick;
/Zephyr-latest/subsys/bluetooth/mesh/shell/
DKconfig40 bool "Support for Low Power node shell commands"
44 This option enables support for Low Power node shell commands.

1...<<31323334353637383940>>...45