Searched refs:Property (Results 1 – 16 of 16) sorted by relevance
| /Zephyr-latest/soc/nuvoton/npcx/common/ |
| D | CMakeLists.txt | 36 # Property magic which makes west flash choose right file.
|
| /Zephyr-latest/scripts/dts/ |
| D | gen_defines.py | 672 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/ |
| D | compiler_flags_template.cmake | 24 # 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/ |
| D | linker_flags_template.cmake | 17 # Property for controlling linker reporting / handling when placing orphaned sections.
|
| /Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
| D | dtlib.py | 103 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):
|
| D | edtlib.py | 91 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/ |
| D | api.rst | 49 Property access 56 Property values can be read using these macros even if the node is disabled, 382 * - Property
|
| /Zephyr-latest/doc/build/dts/ |
| D | intro-syntax-structure.rst | 67 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*.
|
| D | api-usage.rst | 122 Property access 302 Property values can refer to other nodes using the ``&another-node`` phandle
|
| D | bindings-syntax.rst | 153 Property entry syntax 156 Property entries in ``properties:`` are written in this syntax:
|
| /Zephyr-latest/cmake/compiler/iar/ |
| D | compiler_flags.cmake | 26 # Property for standard warning base in Zephyr, this will always be set when
|
| /Zephyr-latest/cmake/ |
| D | mcuboot.cmake | 14 # Property magic which makes west flash choose the signed build
|
| /Zephyr-latest/cmake/modules/ |
| D | kernel.cmake | 76 # Property Description
|
| D | extensions.cmake | 4051 # PROPERTY <prop>: Property for which a value should be returned, as it
|
| /Zephyr-latest/doc/releases/ |
| D | release-notes-2.5.rst | 794 * Property access macro changes:
|
| D | release-notes-2.7.rst | 540 * Property "st,prescaler" of binding "st,stm32-pwm" now defaults to "0".
|