Home
last modified time | relevance | path

Searched defs:compatible (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/doc/_scripts/
Dgen_devicetree_rest.py774 def print_compatible_disambiguation_page(compatible, bindings, string_io): argument
813 def compatible_vnd(compatible): argument
825 def compatible_filename(compatible): argument
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py250 def compatible(self) -> Optional[str]: member in Binding