/Zephyr-latest/tests/drivers/build_all/input/ |
D | it82xx2_evb.overlay | 7 /delete-node/ &kbd;
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | rpr_srv.rst | 16 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
|
D | cfg_srv.rst | 8 mesh node. It does not have an API of its own, but relies on a
|
/Zephyr-latest/samples/bluetooth/hci_spi/ |
D | README.rst | 21 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/ |
D | clock.c | 149 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/ |
D | log_cache.h | 16 sys_snode_t node; member
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.mcux_flexcomm | 20 that enable dma channels in their device tree node.
|
/Zephyr-latest/samples/subsys/usb/mass/boards/ |
D | rpi_pico.overlay | 7 /delete-node/ &code_partition;
|
/Zephyr-latest/include/zephyr/net/ |
D | openthread.h | 110 sys_snode_t node; member
|
/Zephyr-latest/dts/arm/st/u5/ |
D | stm32u545.dtsi | 13 /delete-node/ ucpd@4000dc00;
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/ |
D | b_u585i_iot02a.overlay | 13 /delete-node/ &eeprom0;
|
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/ |
D | wrapper.h | 21 sys_dnode_t node; member
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_l2cap.c | 178 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/ |
D | nxp_rt1040.dtsi | 34 /delete-node/ usbd@402e0200; 36 /delete-node/ csi@402bc000; 38 /delete-node/ spi@4039c000;
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | dispatcher.c | 207 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/ |
D | nrf5340_cpuapp_peripherals.dtsi | 110 * 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/ |
D | nrf52dk_nrf52832_spi.overlay | 8 * Get a node identifier for TDK IMU sensor supporting APEX feature.
|
/Zephyr-latest/boards/nxp/imx95_evk/ |
D | imx95_evk_mimx9596_a55.dts | 19 /* sram node actually locates at DDR DRAM */
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | priv_beacon.c | 150 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/ |
D | index.rst | 23 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/ |
D | README.rst | 23 connectors and defines node aliases for the I2C interface. 24 For more info about the node structure see
|
/Zephyr-latest/include/zephyr/linker/ |
D | linker-defs.h | 34 #define DT_NODE_HAS_STATUS(node, status) 0 argument 35 #define DT_NODE_HAS_STATUS_OKAY(node) 0 argument
|
/Zephyr-latest/subsys/retention/ |
D | Kconfig.blinfo | 28 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/ |
D | hfp_ag.c | 60 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/ |
D | net.c | 109 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()
|