Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/subsys/bindesc/
Dbindesc_read.c216 .tag = BINDESC_TAG(BYTES, id), in bindesc_find_bytes()
/Zephyr-latest/include/zephyr/
Dbindesc.h235 .tag = BINDESC_TAG(BYTES, id), \
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py230 BYTES = 1 variable in Type
372 return Type.BYTES
451 if self.type is not Type.BYTES:
Dedtlib.py1365 elif prop.type == Type.BYTES: