Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py1601 verify_type("bytes1", dtlib.Type.BYTES)
1602 verify_type("bytes2", dtlib.Type.BYTES)
1603 verify_type("bytes3", dtlib.Type.BYTES)
1604 verify_type("bytes4", dtlib.Type.BYTES)
1605 verify_type("bytes5", dtlib.Type.BYTES)
/Zephyr-Core-3.7.0/include/zephyr/
Dbindesc.h216 .tag = BINDESC_TAG(BYTES, id), \
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py207 BYTES = 1 variable in Type
341 return Type.BYTES
422 if self.type is not Type.BYTES:
Dedtlib.py1406 elif prop.type == Type.BYTES: