Home
last modified time | relevance | path

Searched refs:node (Results 226 – 250 of 1120) sorted by relevance

12345678910>>...45

/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dcfg_cli.rst8 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.
Drpr_cli.rst17 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/
Dmimxrt1170_evk_mimxrt1176_cm4.overlay20 /delete-node/ gpt@400f0000;
30 /* Delete IPM Driver node nxp,imx-mu */
31 /delete-node/ mailbox@40c4c000;
Dmimxrt1170_evk_mimxrt1176_cm4_B.overlay20 /delete-node/ gpt@400f0000;
30 /* Delete IPM Driver node nxp,imx-mu */
31 /delete-node/ mailbox@40c4c000;
Dmimxrt1160_evk_mimxrt1166_cm4.overlay20 /delete-node/ gpt@400f0000;
30 /* Delete IPM Driver node nxp,imx-mu */
31 /delete-node/ mailbox@40c4c000;
/Zephyr-latest/dts/arm/adi/max32/
Dmax32662.dtsi19 /delete-node/ &clk_iso;
21 /delete-node/ &gpio1;
23 /delete-node/ &uart2;
25 /delete-node/ &timer3;
/Zephyr-latest/boards/nordic/nrf54h20dk/
Dnrf54h20dk_nrf54h20_cpurad.dts12 /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/
Dnrf5340dk_nrf5340_cpuapp.overlay13 /delete-node/ memory@20070000;
25 /delete-node/ ipc0;
/Zephyr-latest/tests/subsys/dfu/mcuboot_multi/
Dnative_sim.overlay8 /delete-node/ &scratch_partition;
9 /delete-node/ &storage_partition;
/Zephyr-latest/doc/build/dts/
Dhowtos.rst16 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 …]
Dtroubleshooting.rst43 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/
Dsize_report593 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/
Dclient.c28 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/
Dnxp_ke17z512.dtsi9 /delete-node/ &sram_l;
10 /delete-node/ &sram_u;
28 /delete-node/ ftfe;
Dnxp_s32k146.dtsi36 /delete-node/ &lpi2c1;
37 /delete-node/ &ftm6;
38 /delete-node/ &ftm7;
/Zephyr-latest/drivers/reset/
DKconfig12 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/
Dstm32f3_disco_stm32f303xc_E.overlay15 /delete-node/ lsm303dlhc-magn@1e;
16 /delete-node/ lsm303dlhc-accel@19;
/Zephyr-latest/dts/arm/st/l4/
Dstm32l4r5.dtsi10 /delete-node/ &sdmmc2;
11 /delete-node/ &sram2; /* different memory address */
/Zephyr-latest/subsys/modem/
Dmodem_stats.c21 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/
Dr7fa4e2b93cfm.dtsi10 /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/
Dlpcxpresso55s69_lpc55s69_cpu1.overlay16 /* Delete IPM Driver node nxp,lpc-mailbox */
17 /delete-node/ mailbox@8b000;
/Zephyr-latest/samples/drivers/mbox_data/boards/
Dlpcxpresso55s69_lpc55s69_cpu0.overlay16 /* Delete IPM Driver node nxp,lpc-mailbox */
17 /delete-node/ mailbox@8b000;
/Zephyr-latest/samples/drivers/mbox/boards/
Dlpcxpresso55s69_lpc55s69_cpu0.overlay16 /* Delete IPM Driver node nxp,lpc-mailbox */
17 /delete-node/ mailbox@8b000;
/Zephyr-latest/scripts/
Dlist_boards.py117 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/
Dgenerate_vif.py218 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)

12345678910>>...45