/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | cfg_cli.rst | 8 mesh node, including encryption keys, model configuration and feature 13 node. The Configuration Client model may communicate with servers on other 18 index and primary unicast address that the target node was provisioned with.
|
D | rpr_cli.rst | 17 using the device key of the node containing the target Remote Provisioning Server model instance. 57 Server node. This procedure will start a ten-second, multiple-device scanning where the generated 92 Server node. This procedure will attempt to provision the device with the corresponding UUID, and 103 means to reconfigure node addresses, device keys and Composition Data on devices that support the 107 * Device Key Refresh procedure: Used to change the device key of the Target node without a need to 108 reconfigure the node. 109 * Node Address Refresh procedure: Used to change the node’s device key and unicast address. 110 * Node Composition Refresh procedure: Used to change the device key of the node, and to add or 111 delete models or features of the node. 130 node. The specific procedure is not chosen directly, but rather through the other parameters that
|
/Zephyr-latest/tests/drivers/mbox/mbox_data/remote/boards/ |
D | mimxrt1170_evk_mimxrt1176_cm4.overlay | 20 /delete-node/ gpt@400f0000; 30 /* Delete IPM Driver node nxp,imx-mu */ 31 /delete-node/ mailbox@40c4c000;
|
D | mimxrt1170_evk_mimxrt1176_cm4_B.overlay | 20 /delete-node/ gpt@400f0000; 30 /* Delete IPM Driver node nxp,imx-mu */ 31 /delete-node/ mailbox@40c4c000;
|
D | mimxrt1160_evk_mimxrt1166_cm4.overlay | 20 /delete-node/ gpt@400f0000; 30 /* Delete IPM Driver node nxp,imx-mu */ 31 /delete-node/ mailbox@40c4c000;
|
/Zephyr-latest/dts/arm/adi/max32/ |
D | max32662.dtsi | 19 /delete-node/ &clk_iso; 21 /delete-node/ &gpio1; 23 /delete-node/ &uart2; 25 /delete-node/ &timer3;
|
/Zephyr-latest/boards/nordic/nrf54h20dk/ |
D | nrf54h20dk_nrf54h20_cpurad.dts | 12 /delete-node/ &cpuapp_cpuppr_ipc; 13 /delete-node/ &cpuapp_cpusys_ipc; 14 /delete-node/ &cpuapp_cpuflpr_ipc; 15 /delete-node/ &cpusec_cpuapp_ipc;
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 13 /delete-node/ memory@20070000; 25 /delete-node/ ipc0;
|
/Zephyr-latest/tests/subsys/dfu/mcuboot_multi/ |
D | native_sim.overlay | 8 /delete-node/ &scratch_partition; 9 /delete-node/ &storage_partition;
|
/Zephyr-latest/doc/build/dts/ |
D | howtos.rst | 16 common node definitions via ``#include`` preprocessor directives. This at least 56 Get a struct device from a devicetree node 60 :ref:`struct device <device_model_api>` corresponding to a devicetree node. 85 Start by making a :ref:`node identifier <dt-node-identifiers>` for the device 91 /* Option 1: by node label */ 97 /* Option 3: by chosen node */ 103 Once you have a node identifier there are two ways to proceed. One way to get a 139 that the node has ``status = "okay"``, like this: 151 If you see the ``#error`` output, make sure to enable the node in your 185 If you don't have them already, :ref:`get-devicetree-outputs`. To find a node's [all …]
|
D | troubleshooting.rst | 43 where ``NODE_ID`` is a valid :ref:`node identifier <dt-node-identifiers>`, but 44 no device driver has allocated a ``struct device`` for this devicetree node. 50 1. The node is enabled: the node must have ``status = "okay";``. 65 **Making sure the node is enabled**: 67 To find the devicetree node you need to check, use the number ``<N>`` from the 71 the node you are interested in is ``/soc/i2c@deadbeef``: 91 Now look for this node in :file:`<build>/zephyr/zephyr.dts`, which is the final 95 If the node has ``status = "disabled";`` in :file:`zephyr.dts`, then you need 121 your devicetree node and allocating devices for it. To do this, you need to 122 start with the ``compatible`` property in your devicetree node, and find the [all …]
|
/Zephyr-latest/scripts/footprint/ |
D | size_report | 593 def sum_node_children_size(node): argument 599 for child in node.children: 633 node = None 651 node = TreeNode(name=str(part), identifier=cur, size=size, parent=parent) 654 if node: 655 parent = node 656 node = TreeNode(name=str(part), identifier=cur, size=size, parent=parent) 657 if node: 660 node.address = addr 661 node.section = section [all …]
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp_client/src/ |
D | client.c | 28 sys_snode_t node; member 96 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&smp_client_data.cmd_list, entry, tmp, node) { in smp_client_transport_work_fn() 140 sys_slist_append(&smp_client_data.cmd_free_list, &smp_cmd_req_bufs[i].node); in smp_client_init() 155 req = SYS_SLIST_CONTAINER(cmd_node, req, node); in smp_client_cmd_req_allocate() 167 sys_slist_append(&smp_client_data.cmd_list, &cmd_req->node); in smp_cmd_add_to_list() 174 sys_slist_find_and_remove(&smp_client_data.cmd_list, &cmd_req->node); in smp_client_cmd_req_free() 176 sys_slist_append(&smp_client_data.cmd_free_list, &cmd_req->node); in smp_client_cmd_req_free() 194 SYS_SLIST_FOR_EACH_CONTAINER(&smp_client_data.cmd_list, cmd_req, node) { in smp_client_response_discover()
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_ke17z512.dtsi | 9 /delete-node/ &sram_l; 10 /delete-node/ &sram_u; 28 /delete-node/ ftfe;
|
D | nxp_s32k146.dtsi | 36 /delete-node/ &lpi2c1; 37 /delete-node/ &ftm6; 38 /delete-node/ &ftm7;
|
/Zephyr-latest/drivers/reset/ |
D | Kconfig | 12 Reset Controller drivers. Reset node represents a region containing 14 for some other node's drivers to acquire a reference to the reset 15 controller node together with some reset information.
|
/Zephyr-latest/boards/st/stm32f3_disco/ |
D | stm32f3_disco_stm32f303xc_E.overlay | 15 /delete-node/ lsm303dlhc-magn@1e; 16 /delete-node/ lsm303dlhc-accel@19;
|
/Zephyr-latest/dts/arm/st/l4/ |
D | stm32l4r5.dtsi | 10 /delete-node/ &sdmmc2; 11 /delete-node/ &sram2; /* different memory address */
|
/Zephyr-latest/subsys/modem/ |
D | modem_stats.c | 21 static struct modem_stats_buffer *stats_buffer_from_node(sys_snode_t *node) in stats_buffer_from_node() argument 23 return (struct modem_stats_buffer *)node; in stats_buffer_from_node() 29 sys_slist_append(&stats_buffer_list, &buffer->node); in stats_buffer_list_append() 49 next = stats_buffer_from_node(sys_slist_peek_next(&buffer->node)); in stats_buffer_list_next()
|
/Zephyr-latest/dts/arm/renesas/ra/ra4/ |
D | r7fa4e2b93cfm.dtsi | 10 /delete-node/ &agt0; 11 /delete-node/ &agt1; 12 /delete-node/ &agt2; 13 /delete-node/ &agt3; 14 /delete-node/ &agt4; 15 /delete-node/ &agt5; 16 /delete-node/ &iic0; 17 /delete-node/ &iic1; 19 /delete-node/ &adc1;
|
/Zephyr-latest/samples/drivers/mbox_data/remote/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu1.overlay | 16 /* Delete IPM Driver node nxp,lpc-mailbox */ 17 /delete-node/ mailbox@8b000;
|
/Zephyr-latest/samples/drivers/mbox_data/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 16 /* Delete IPM Driver node nxp,lpc-mailbox */ 17 /delete-node/ mailbox@8b000;
|
/Zephyr-latest/samples/drivers/mbox/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 16 /* Delete IPM Driver node nxp,lpc-mailbox */ 17 /delete-node/ mailbox@8b000;
|
/Zephyr-latest/scripts/ |
D | list_boards.py | 117 node = Soc(None) 123 node = s 127 if node.cpuclusters: 129 for c in node.cpuclusters: 131 node = c 134 node = Variant(None) 137 for v in node.variants: 139 node = v 142 node = Variant(None) 144 if node in (Soc(None), Variant(None)): [all …]
|
/Zephyr-latest/scripts/generate_usb_vif/ |
D | generate_vif.py | 218 def parse_and_add_component_to_xml(xml_ele, node): argument 221 not node.props[dt_constants.PD_DISABLE].val))) 223 if not node.props[dt_constants.PD_DISABLE].val: 224 power_role = node.props[dt_constants.POWER_ROLE].val 237 if dt_constants.SINK_PDOS in node.props: 239 node.props[dt_constants.SINK_PDOS].val) 272 for node in edt.compat2nodes[args.compatible]: 274 parse_and_add_component_to_xml(xml_ele, node)
|