/Zephyr-latest/tests/drivers/mbox/mbox_data/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 16 /* Delete IPM Driver node nxp,lpc-mailbox */ 17 /delete-node/ mailbox@8b000;
|
D | mimxrt1160_evk_mimxrt1166_cm7.overlay | 16 /* Delete IPM Driver node nxp,imx-mu */ 17 /delete-node/ mailbox@40c48000;
|
D | mimxrt1170_evk_mimxrt1176_cm7_A.overlay | 16 /* Delete IPM Driver node nxp,imx-mu */ 17 /delete-node/ mailbox@40c48000;
|
D | mimxrt1170_evk_mimxrt1176_cm7_B.overlay | 16 /* Delete IPM Driver node nxp,imx-mu */ 17 /delete-node/ mailbox@40c48000;
|
/Zephyr-latest/tests/drivers/mbox/mbox_data/remote/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu1.overlay | 16 /* Delete IPM Driver node nxp,lpc-mailbox */ 17 /delete-node/ mailbox@8b000;
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 553 struct bt_mesh_cdb_node *node; in node_configure_and_reset() local 603 node = bt_mesh_cdb_node_get(current_dev_addr); in node_configure_and_reset() 604 bt_mesh_cdb_node_del(node, true); in node_configure_and_reset() 1074 struct bt_mesh_cdb_node *node) in reprovision_remote_devkey_client() argument 1079 ASSERT_OK_MSG(bt_mesh_cdb_node_key_export(node, prev_node_dev_key), in reprovision_remote_devkey_client() 1087 ASSERT_TRUE(bt_mesh_key_compare(prev_node_dev_key, &node->dev_key)); in reprovision_remote_devkey_client() 1088 ASSERT_OK_MSG(bt_mesh_cdb_node_key_export(node, prev_node_dev_key), in reprovision_remote_devkey_client() 1101 struct bt_mesh_cdb_node *node, in reprovision_remote_comp_data_client() argument 1108 ASSERT_OK_MSG(bt_mesh_cdb_node_key_export(node, prev_node_dev_key), in reprovision_remote_comp_data_client() 1116 ASSERT_TRUE(bt_mesh_key_compare(prev_node_dev_key, &node->dev_key)); in reprovision_remote_comp_data_client() [all …]
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | canopen_program.py | 202 self.node = self.network.add_node(self.node_id, 204 self.data_sdo = self.node.sdo[H1F50_PROGRAM_DATA][self.program_number] 205 self.ctrl_sdo = self.node.sdo[H1F51_PROGRAM_CTRL][self.program_number] 206 self.swid_sdo = self.node.sdo[H1F56_PROGRAM_SWID][self.program_number] 207 self.flash_sdo = self.node.sdo[H1F57_FLASH_STATUS][self.program_number] 210 self.node.sdo.MAX_RETRIES = sdo_retries 211 self.node.sdo.RESPONSE_TIMEOUT = sdo_timeout 230 self.node.nmt.state = 'PRE-OPERATIONAL' 305 self.node.nmt.wait_for_bootup(timeout=timeout)
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfu.rst | 34 Target node 35 Target node is the receiver and user of the transferred firmware images. All its functionality is 41 node in the Upload Firmware procedure, then it distributes the uploaded image to other Target 66 :ref:`bluetooth_mesh_dfu_cli` on the Initiator node and calling its API directly. 84 image and all its metadata to the Distributor node inside the mesh network. The Distributor 107 All updatable parts of a mesh node's firmware should be represented as a firmware image. Each Target 108 node holds a list of firmware images, each of which should be independently updatable and 115 The firmware ID is used to identify a firmware image. The Initiator node may ask the Target nodes 118 enough information for an Initiator node with knowledge of the format to determine the type of 123 The firmware metadata is used by the Target node to determine whether it should accept an [all …]
|
D | brg_cfg_cli.rst | 11 subnet bridge functionality of another Mesh node containing the 12 :ref:`bluetooth_mesh_models_brg_cfg_srv`. The device key of the node containing
|
/Zephyr-latest/dts/arm/infineon/cat1a/psoc6_01/ |
D | psoc6_01.68-qfn-ble.dtsi | 14 /delete-node/ gpio@40320080; // gpio_prt1 15 /delete-node/ gpio@40320100; // gpio_prt2 16 /delete-node/ gpio@40320180; // gpio_prt3 17 /delete-node/ gpio@40320200; // gpio_prt4 18 /delete-node/ gpio@40320280; // gpio_prt5 19 /delete-node/ gpio@40320680; // gpio_prt13 20 /delete-node/ gpio@40320700; // gpio_prt14
|
/Zephyr-latest/dts/arm/infineon/cat3/xmc/ |
D | xmc4700_F144x2048.dtsi | 103 compatible = "infineon,xmc4xxx-can-node"; 110 compatible = "infineon,xmc4xxx-can-node"; 117 compatible = "infineon,xmc4xxx-can-node";
|
/Zephyr-latest/include/zephyr/pm/ |
D | policy.h | 45 sys_snode_t node; member 57 sys_snode_t node; member 69 sys_snode_t node; member
|
/Zephyr-latest/samples/drivers/mbox/remote/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu1.overlay | 18 /* Delete IPM Driver node nxp,lpc-mailbox */ 19 /delete-node/ mailbox@8b000;
|
/Zephyr-latest/boards/nxp/imx93_evk/dts/ |
D | imx93_evk_mimx9352_exp_btn.overlay | 16 /delete-node/ &btn_1; 17 /delete-node/ &btn_2;
|
/Zephyr-latest/doc/services/storage/flash_map/ |
D | flash_map.rst | 45 DTS node label using :c:macro:`FIXED_PARTITION_ID()`; these labels are obtained 68 ``scratch_partition`` node labels are defined for MCUboot, though not all MCUboot 72 The ``storage_partition`` node is defined for use by a file system or other 77 Numeric flash area ID is obtained by passing DTS node label to 81 All :code:`FIXED_PARTITION_*` macros take DTS node labels as partition 86 or device, if such area is defined in DTS file. Knowing the DTS node label 89 respectively to obtain such information directly from DTS node definition. 94 using :c:func:`flash_area_open` and DTS node label:
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | ecc.c | 106 SYS_SLIST_FOR_EACH_CONTAINER(&pub_key_cb_slist, cb, node) { in bt_pub_key_gen() 113 sys_slist_prepend(&pub_key_cb_slist, &new_cb->node); in bt_pub_key_gen() 127 SYS_SLIST_FOR_EACH_CONTAINER(&pub_key_cb_slist, cb, node) { in bt_pub_key_gen() 146 SYS_SLIST_FOR_EACH_CONTAINER(&pub_key_cb_slist, cb, node) { in bt_pub_key_hci_disrupted() 251 SYS_SLIST_FOR_EACH_CONTAINER(&pub_key_cb_slist, cb, node) { in bt_hci_evt_le_pkey_complete()
|
/Zephyr-latest/drivers/espi/ |
D | espi_emul.c | 37 sys_snode_t *node; in espi_emul_find() local 39 SYS_SLIST_FOR_EACH_NODE(&data->emuls, node) { in espi_emul_find() 42 emul = CONTAINER_OF(node, struct espi_emul, node); in espi_emul_find() 207 sys_slist_append(&data->emuls, &emul->node); in espi_emul_register()
|
/Zephyr-latest/samples/bluetooth/mesh_provisioner/ |
D | README.rst | 5 Provision a node and configure it using the Bluetooth Mesh APIs. 24 node will be present in the CDB but not yet marked as configured. The 25 application will notice the unconfigured node and start configuring it. 26 If no errors are encountered, the node is marked as configured. 28 The configuration of a node involves adding an application key, getting
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/multi_endpoint/remote/boards/ |
D | nrf5340dk_nrf5340_cpunet.overlay | 13 /delete-node/ memory@20070000; 33 /delete-node/ ipc0;
|
D | nrf5340dk_nrf5340_cpunet_icbmsg.overlay | 13 /delete-node/ memory@20070000; 33 /delete-node/ ipc0;
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/remote/boards/ |
D | nrf5340dk_nrf5340_cpunet.overlay | 15 /delete-node/ memory@20070000; 27 /delete-node/ ipc0;
|
/Zephyr-latest/samples/subsys/logging/multidomain/remote/boards/ |
D | nrf5340dk_nrf5340_cpunet.overlay | 16 /delete-node/ memory@20070000; 28 /delete-node/ ipc0;
|
/Zephyr-latest/lib/posix/options/ |
D | posix_internal.h | 80 sys_snode_t node; member 88 sys_snode_t node; member
|
/Zephyr-latest/dts/arm/st/f3/ |
D | stm32f302Xc.dtsi | 51 /delete-node/ &i2c3; 52 /delete-node/ &smbus3;
|
/Zephyr-latest/subsys/net/ip/ |
D | net_mgmt.c | 167 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&event_callbacks, cb, tmp, node) { in mgmt_rebuild_global_event_mask() 196 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&event_callbacks, cb, tmp, node) { in mgmt_run_slist_callbacks() 233 sys_slist_remove(&event_callbacks, prev, &cb->node); in mgmt_run_slist_callbacks() 241 prev = &cb->node; in mgmt_run_slist_callbacks() 348 sys_slist_find_and_remove(&event_callbacks, &cb->node); in net_mgmt_add_event_callback() 350 sys_slist_prepend(&event_callbacks, &cb->node); in net_mgmt_add_event_callback() 363 sys_slist_find_and_remove(&event_callbacks, &cb->node); in net_mgmt_del_event_callback()
|