/Zephyr-latest/tests/subsys/settings/functional/file/ |
D | native_sim.overlay | 7 /delete-node/ &storage_partition; 8 /delete-node/ &scratch_partition;
|
D | native_sim_native_64.overlay | 7 /delete-node/ &storage_partition; 8 /delete-node/ &scratch_partition;
|
/Zephyr-latest/tests/subsys/settings/fcb/boards/ |
D | native_sim.overlay | 7 /delete-node/ &storage_partition; 8 /delete-node/ &scratch_partition;
|
/Zephyr-latest/dts/arm/st/h7/ |
D | stm32h747Xi_m4.dtsi | 10 /delete-node/ &flash0; 14 /delete-node/ cpu@0;
|
D | stm32h745Xi_m4.dtsi | 10 /delete-node/ &flash0; 14 /delete-node/ cpu@0;
|
D | stm32h755Xi_m4.dtsi | 10 /delete-node/ &flash0; 14 /delete-node/ cpu@0;
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/common/ |
D | i2c_virtual.c | 31 sys_snode_t *node; in find_address() local 34 SYS_SLIST_FOR_EACH_NODE(&data->targets, node) { in find_address() 35 cfg = CONTAINER_OF(node, struct i2c_target_config, node); in find_address() 63 sys_slist_append(&data->targets, &config->node); in i2c_virtual_target_register() 78 if (!sys_slist_find_and_remove(&data->targets, &config->node)) { in i2c_virtual_target_unregister()
|
/Zephyr-latest/subsys/rtio/ |
D | rtio_executor.c | 64 struct mpsc_node *node = mpsc_pop(&r->sq); in rtio_executor_submit() local 66 while (node != NULL) { in rtio_executor_submit() 67 struct rtio_iodev_sqe *iodev_sqe = CONTAINER_OF(node, struct rtio_iodev_sqe, q); in rtio_executor_submit() 86 node = mpsc_pop(&iodev_sqe->r->sq); in rtio_executor_submit() 87 next = CONTAINER_OF(node, struct rtio_iodev_sqe, q); in rtio_executor_submit() 109 node = mpsc_pop(&r->sq); in rtio_executor_submit()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | proxy.rst | 19 A node supporting the Proxy feature and the :ref:`bluetooth_mesh_models_priv_beacon_srv` model can 22 the node allows the legacy device to connect to the network over GATT while maintaining the 30 In the case where both GATT Proxy and Private GATT Proxy states are disabled on a node, a legacy 31 device cannot connect to it. A node supporting the :ref:`bluetooth_mesh_od_srv` may however be 33 To solicit the node, the legacy device can send a Solicitation PDU by calling the 43 Each node supporting the Solicitation PDU reception holds its own Solicitation Replay Protection 46 processed by the node. The delay between updating the SRPL and storing the change to the persistent 51 node that supports the Solicitation PDU RPL Configuration Client model can clear a section of the 57 When the node receives the Solicitation PDU and successfully authenticates it, it will start
|
D | priv_beacon_srv.rst | 11 Specification version 1.1, and controls the mesh node's Private Beacon state, 16 mesh node from being tracked by devices outside the mesh network, and hides the 19 but the node will process received private beacons without it. 23 Server model only accepts messages encrypted with the node's device key. 27 :c:macro:`BT_MESH_MODEL_PRIV_BEACON_SRV`. Note that if the mesh node stored
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_class.c | 60 SYS_SLIST_FOR_EACH_CONTAINER(&cfg_nd->class_list, c_nd, node) { in usbd_class_get_by_config() 81 SYS_SLIST_FOR_EACH_CONTAINER(&cfg_nd->class_list, c_nd, node) { in usbd_class_get_by_iface() 97 SYS_SLIST_FOR_EACH_CONTAINER(&cfg_nd->class_list, c_nd, node) { in xfer_owner_exist() 168 SYS_SLIST_FOR_EACH_CONTAINER(&cfg_nd->class_list, c_nd, node) { in usbd_class_get_by_ep() 189 SYS_SLIST_FOR_EACH_CONTAINER(&cfg_nd->class_list, c_nd, node) { in usbd_class_get_by_req() 244 sys_slist_append(&cfg_nd->class_list, &c_nd->node); in usbd_class_append() 261 if (!sys_slist_find_and_remove(&cfg_nd->class_list, &c_nd->node)) { in usbd_class_remove() 274 sys_snode_t *node; in usbd_class_remove_all() local 281 while ((node = sys_slist_get(&cfg_nd->class_list))) { in usbd_class_remove_all() 282 c_nd = CONTAINER_OF(node, struct usbd_class_node, node); in usbd_class_remove_all()
|
/Zephyr-latest/dts/arm/infineon/cat1a/mpns/ |
D | CY8C6244AZI_S4D12.dtsi | 11 /delete-node/ &adc1; 13 /delete-node/ &scb3;
|
D | CY8C6244AZI_S4D62.dtsi | 11 /delete-node/ &adc1; 13 /delete-node/ &scb3;
|
D | CY8C6244LQI_S4D12.dtsi | 11 /delete-node/ &adc1; 13 /delete-node/ &scb3;
|
D | CY8C6244LQI_S4D62.dtsi | 11 /delete-node/ &adc1; 13 /delete-node/ &scb3;
|
D | CY8C6144AZI_S4F82.dtsi | 12 /delete-node/ cpu@0; 15 /delete-node/ &scb3;
|
D | CY8C6144AZI_S4F83.dtsi | 12 /delete-node/ cpu@0; 15 /delete-node/ &scb3;
|
D | CY8C6144AZI_S4F92.dtsi | 12 /delete-node/ cpu@0; 15 /delete-node/ &scb3;
|
D | CY8C6144AZI_S4F93.dtsi | 12 /delete-node/ cpu@0; 15 /delete-node/ &scb3;
|
D | CY8C6144LQI_S4F82.dtsi | 12 /delete-node/ cpu@0; 15 /delete-node/ &scb3;
|
D | CY8C6144LQI_S4F92.dtsi | 12 /delete-node/ cpu@0; 15 /delete-node/ &scb3;
|
/Zephyr-latest/snippets/cdc-acm-console/ |
D | README.rst | 27 A devicetree node with node label ``zephyr_udc0`` that points to an enabled USB 28 device node with driver support. This should look roughly like this in
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf54l_05_10_15_cpuapp.dtsi | 11 /delete-node/ &cpuflpr; 12 /delete-node/ &cpuflpr_rram; 13 /delete-node/ &cpuflpr_sram; 14 /delete-node/ &cpuflpr_clic;
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | index.rst | 13 data structures. The "node" data is the only struct used by the 15 indicate what user data is "owned" by that node. Instead, the 16 expectation is that the node will be itself embedded within a 18 address from the embedded node pointer in a clean way. The purpose 21 allocate node objects because the memory is provided by the user).
|
/Zephyr-latest/boards/nxp/ls1046ardb/ |
D | ls1046ardb_ls1046a_smp.dts | 22 /delete-node/ cpu@0; 23 /delete-node/ cpu@1;
|