Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py1400 phandle_i = 1
1401 while phandle_i in self.phandle2node:
1402 phandle_i += 1
1403 self.phandle2node[phandle_i] = node
1405 phandle_prop.value = phandle_i.to_bytes(4, "big")