Home
last modified time | relevance | path

Searched refs:node (Results 576 – 600 of 1120) sorted by relevance

1...<<21222324252627282930>>...45

/Zephyr-latest/tests/drivers/build_all/input/
Dit82xx2_evb.overlay7 /delete-node/ &kbd;
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Drpr_srv.rst16 model only accepts messages encrypted with the node's device key.
20 Note that after refreshing the device key, node address or Composition Data through a Node
Dcfg_srv.rst8 mesh node. It does not have an API of its own, but relies on a
/Zephyr-latest/samples/bluetooth/hci_spi/
DREADME.rst21 You then need to ensure that your :ref:`devicetree <dt-guide>` defines a node
23 :dtcompatible:`zephyr,bt-hci-spi-slave`. This node sets an interrupt line to
/Zephyr-latest/subsys/net/lib/ptp/
Dclock.c149 SYS_SLIST_FOR_EACH_CONTAINER(&ptp_clk.ports_list, iter, node) { in clock_forward_management_msg()
234 SYS_SLIST_FOR_EACH_CONTAINER(&ptp_clk.ports_list, port, node) { in clock_check_pollfd()
321 SYS_SLIST_FOR_EACH_CONTAINER(&ptp_clk.ports_list, port, node) { in ptp_clock_handle_state_decision_evt()
333 SYS_SLIST_FOR_EACH_CONTAINER(&ptp_clk.ports_list, port, node) { in ptp_clock_handle_state_decision_evt()
497 SYS_SLIST_FOR_EACH_CONTAINER(&ptp_clk.ports_list, iter, node) { in ptp_clock_management_msg_process()
624 SYS_SLIST_FOR_EACH_CONTAINER(&ptp_clk.ports_list, port, node) { in ptp_clock_port_from_iface()
651 sys_slist_append(&ptp_clk.ports_list, &port->node); in ptp_clock_port_add()
/Zephyr-latest/subsys/logging/
Dlog_cache.h16 sys_snode_t node; member
/Zephyr-latest/drivers/spi/
DKconfig.mcux_flexcomm20 that enable dma channels in their device tree node.
/Zephyr-latest/samples/subsys/usb/mass/boards/
Drpi_pico.overlay7 /delete-node/ &code_partition;
/Zephyr-latest/include/zephyr/net/
Dopenthread.h110 sys_snode_t node; member
/Zephyr-latest/dts/arm/st/u5/
Dstm32u545.dtsi13 /delete-node/ ucpd@4000dc00;
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/
Db_u585i_iot02a.overlay13 /delete-node/ &eeprom0;
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dwrapper.h21 sys_dnode_t node; member
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_l2cap.c178 SYS_SLIST_FOR_EACH_CONTAINER(&channels, l2cap_ctx, node) { in find_free_l2cap_ctx()
265 sys_slist_append(&channels, &l2cap_ctx->node); in bt_gatt_ots_l2cap_register()
272 sys_slist_find_and_remove(&channels, &l2cap_ctx->node); in bt_gatt_ots_l2cap_unregister()
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt1040.dtsi34 /delete-node/ usbd@402e0200;
36 /delete-node/ csi@402bc000;
38 /delete-node/ spi@4039c000;
/Zephyr-latest/subsys/net/lib/dns/
Ddispatcher.c207 if (sys_slist_find(&sockets, &ctx->node, &prev_node)) { in dns_dispatcher_register()
212 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&sockets, entry, next, node) { in dns_dispatcher_register()
321 sys_slist_prepend(&sockets, &ctx->node); in dns_dispatcher_register()
335 (void)sys_slist_find_and_remove(&sockets, &ctx->node); in dns_dispatcher_unregister()
/Zephyr-latest/dts/arm/nordic/
Dnrf5340_cpuapp_peripherals.dtsi110 * This i2c node can be either TWIM or TWIS, for the user to pick:
126 * This spi node can be either SPIM or SPIS,
150 * This i2c node can be TWIM or TWIS,
167 * This spi node can be either SPIM or SPIS,
204 * This i2c node can be TWIM or TWIS,
221 * This spi node can be either SPIM or SPIS,
245 * This i2c node can be TWIM or TWIS,
262 * This spi node can be either SPIM or SPIS,
/Zephyr-latest/samples/sensor/tdk_apex/boards/
Dnrf52dk_nrf52832_spi.overlay8 * Get a node identifier for TDK IMU sensor supporting APEX feature.
/Zephyr-latest/boards/nxp/imx95_evk/
Dimx95_evk_mimx9596_a55.dts19 /* sram node actually locates at DDR DRAM */
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dpriv_beacon.c150 SHELL_CMD_ARG(priv-node-id-get, NULL, "<NetKeyIdx>", cmd_priv_node_id_get, 2, 0),
151 SHELL_CMD_ARG(priv-node-id-set, NULL, "<NetKeyIdx> <State>", cmd_priv_node_id_set, 3,
/Zephyr-latest/boards/shields/mikroe_weather_click/doc/
Dindex.rst23 socket and defines a ``mikrobus_i2c`` node label for the mikroBUS |trade| I2C
24 interface or a ``mikrobus_spi`` node label for the mikroBUS |trade| SPI
/Zephyr-latest/samples/sensor/max17262/
DREADME.rst23 connectors and defines node aliases for the I2C interface.
24 For more info about the node structure see
/Zephyr-latest/include/zephyr/linker/
Dlinker-defs.h34 #define DT_NODE_HAS_STATUS(node, status) 0 argument
35 #define DT_NODE_HAS_STATUS_OKAY(node) 0 argument
/Zephyr-latest/subsys/retention/
DKconfig.blinfo28 the "zephyr,bootloader-info" chosen node via device tree, MCUboot
29 must be built with the same "zephyr,bootloader-info" DTS node and
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_ag.c60 sys_snode_t node; member
284 sys_snode_t *node; in bt_ag_tx_work() local
295 node = sys_slist_peek_head(&ag->tx_pending); in bt_ag_tx_work()
296 if (!node) { in bt_ag_tx_work()
301 tx = CONTAINER_OF(node, struct bt_ag_tx, node); in bt_ag_tx_work()
309 sys_slist_find_and_remove(&ag->tx_pending, &tx->node); in bt_ag_tx_work()
380 sys_slist_append(&ag->tx_pending, &tx->node); in hfp_ag_send_data()
1467 sys_snode_t *node; in hfp_ag_disconnected() local
1473 node = sys_slist_get(&ag->tx_pending); in hfp_ag_disconnected()
1475 tx = CONTAINER_OF(node, struct bt_ag_tx, node); in hfp_ag_disconnected()
[all …]
/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.c109 sys_snode_t node; member
400 sys_snode_t *node; in bt_mesh_net_local() local
402 while ((node = sys_slist_get(&bt_mesh.local_queue))) { in bt_mesh_net_local()
403 struct loopback_buf *buf = CONTAINER_OF(node, struct loopback_buf, node); in bt_mesh_net_local()
524 sys_slist_append(&bt_mesh.local_queue, &buf->node); in net_loopback()
602 sys_snode_t *node; in bt_mesh_net_loopback_clear() local
608 while ((node = sys_slist_get(&bt_mesh.local_queue))) { in bt_mesh_net_loopback_clear()
609 struct loopback_buf *buf = CONTAINER_OF(node, struct loopback_buf, node); in bt_mesh_net_loopback_clear()
615 sys_slist_append(&new_list, &buf->node); in bt_mesh_net_loopback_clear()

1...<<21222324252627282930>>...45