Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py214 PHANDLE = 7 variable in Type
224 PHANDLE = 1 # <&foo> variable in _MarkerType
357 if (types == [_MarkerType.UINT32, _MarkerType.PHANDLE]
359 return Type.PHANDLE
361 if set(types) == {_MarkerType.UINT32, _MarkerType.PHANDLE}:
362 if len(self.value) == 4*types.count(_MarkerType.PHANDLE):
493 if self.type is not Type.PHANDLE:
514 if self.type in (Type.PHANDLE, Type.PHANDLES):
593 elif marker_type is _MarkerType.PHANDLE:
615 not in (_MarkerType.PHANDLE, _MarkerType.LABEL))):
[all …]
Dedtlib.py1348 elif prop.type == Type.PHANDLE:
1568 if prop.type not in (Type.PHANDLE, Type.PHANDLES, Type.PHANDLES_AND_NUMS):
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py1613 verify_type("phandle1", dtlib.Type.PHANDLE)
1614 verify_type("phandle2", dtlib.Type.PHANDLE)