Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py1607 verify_type("nums1", dtlib.Type.NUMS)
1608 verify_type("nums2", dtlib.Type.NUMS)
1609 verify_type("nums3", dtlib.Type.NUMS)
1610 verify_type("nums4", dtlib.Type.NUMS)
2380 assert rootprop_copy.type == dtlib.Type.NUMS
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py232 NUMS = 3 variable in Type
375 return Type.NUM if len(self.value) == 4 else Type.NUMS
379 return Type.NUMS
433 if self.type not in (Type.NUM, Type.NUMS):
541 return self.type is Type.NUMS and not self.value
Dedtlib.py1369 elif prop.type == Type.NUMS:
3253 if ranges_prop.type not in (Type.EMPTY, Type.NUMS):