Home
last modified time | relevance | path

Searched refs:Property (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/soc/nuvoton/npcx/common/
DCMakeLists.txt36 # Property magic which makes west flash choose right file.
/Zephyr-latest/scripts/dts/
Dgen_defines.py672 def enum_macros(prop: edtlib.Property, macro: str): argument
690 def array_macros(prop: edtlib.Property, macro: str): argument
739 def prop2value(prop: edtlib.Property) -> edtlib.PropertyValType: argument
763 def prop_len(prop: edtlib.Property) -> Optional[int]: argument
798 def phandle_macros(prop: edtlib.Property, macro: str) -> dict: argument
/Zephyr-latest/cmake/compiler/
Dcompiler_flags_template.cmake24 # Property for standard warning base in Zephyr, this will always bet set when compiling.
28 # Property for warning levels 1, 2, 3 in Zephyr when using `-DW=[1|2|3]`
/Zephyr-latest/cmake/linker/
Dlinker_flags_template.cmake17 # Property for controlling linker reporting / handling when placing orphaned sections.
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py103 self.props: dict[str, Property] = {}
187 prop = Property(self, name)
256 class Property: class
788 self.label2prop: dict[str, Property] = {}
789 self.label2prop_offset: dict[str, tuple[Property, int]] = {}
978 prop.name: Property(node_copy, prop.name)
1429 phandle_prop = Property(node, "phandle")
1961 elif isinstance(thing, Property):
Dedtlib.py91 from devicetree.dtlib import Property as dtlib_Property
631 class Property: class
1042 self.props: dict[str, Property] = {}
1467 self.props[name] = Property(prop_spec, val, self)
1505 self.props[name] = Property(prop_spec, val, self)
/Zephyr-latest/doc/build/dts/api/
Dapi.rst49 Property access
56 Property values can be read using these macros even if the node is disabled,
382 * - Property
/Zephyr-latest/doc/build/dts/
Dintro-syntax-structure.rst67 Property values can be any sequence of bytes. In some cases, the values are an
333 * - Property type
401 - Property values refer to other nodes in the devicetree by their *phandles*.
Dapi-usage.rst122 Property access
302 Property values can refer to other nodes using the ``&another-node`` phandle
Dbindings-syntax.rst153 Property entry syntax
156 Property entries in ``properties:`` are written in this syntax:
/Zephyr-latest/cmake/compiler/iar/
Dcompiler_flags.cmake26 # Property for standard warning base in Zephyr, this will always be set when
/Zephyr-latest/cmake/
Dmcuboot.cmake14 # Property magic which makes west flash choose the signed build
/Zephyr-latest/cmake/modules/
Dkernel.cmake76 # Property Description
Dextensions.cmake4051 # PROPERTY <prop>: Property for which a value should be returned, as it
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst794 * Property access macro changes:
Drelease-notes-2.7.rst540 * Property "st,prescaler" of binding "st,stm32-pwm" now defaults to "0".