Home
last modified time | relevance | path

Searched refs:ordinal (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/scripts/build/
Delf_parser.py117 def ordinal(self): member in Device
257 if dev.ordinal != DeviceOrdinals.DEVICE_HANDLE_NULL:
258 dev.edt_node = self.edt.dep_ord2node[dev.ordinal]
261 devices_by_ord = {d.ordinal: d for d in self.devices if d.edt_node}
277 if dev.ordinal == DeviceOrdinals.DEVICE_HANDLE_NULL:
280 n = self.edt.dep_ord2node[dev.ordinal]
282 n.name, dev.ordinal, dev.handle, n.path
284 dot.node(str(dev.ordinal), text)
287 dot.edge(str(dev.ordinal), str(sup.ordinal))
Dcheck_init_priorities.py210 ordinal = self._device_ord_from_name(arg1_name)
211 if ordinal:
213 self.devices[ordinal] = (prio, arg0_name)
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dgrutils.py91 ordinal = 0
98 scc[0].dep_ordinal = ordinal
99 ordinal += 1
/Zephyr-latest/doc/build/dts/api/
Dapi.rst150 *dependency ordinal* is then its zero-based index in that list. Thus, for two
159 and assigns a dependency ordinal to each node. Dependency related information
/Zephyr-latest/doc/build/dts/
Dmacros.bnf59 ; a unique ordinal value for each partition
102 ; The node's dependency ordinal. This is a non-negative integer
Dtroubleshooting.rst84 * Node dependency ordering (ordinal and path):
Dhowtos.rst193 * Nodes in dependency order (ordinal and path):
/Zephyr-latest/tests/lib/devicetree/api/
Dapp.overlay65 * test_gpio_1, or dependency ordinal tests may fail.
/Zephyr-latest/doc/releases/
Drelease-notes-1.13.rst376 …UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 360: ordinal not in range(128)
Drelease-notes-2.5.rst1813 * :github:`26050` - devicetree: provide access to node ordinal