Lines Matching refs:properties
63 properties.
128 - :ref:`simple-properties`
129 - :ref:`reg-properties`
130 - :ref:`interrupts-properties`
131 - :ref:`phandle-properties`
135 Checking properties and values
146 .. _simple-properties:
148 Simple properties
152 numeric array, and string array properties.
166 That is, properties also need special characters converted to underscores.
181 Don't use DT_NODE_HAS_PROP() for boolean properties. Use DT_PROP() instead
197 Its properties can be accessed like this:
217 properties. These have alternative macros which are described next.
219 .. _reg-properties: argument
221 reg properties
255 .. _interrupts-properties: argument
257 interrupts properties
293 .. _phandle-properties: argument
295 phandle properties
305 their bindings. We'll call these "phandle properties" for short.
311 One common use case for phandle properties is referring to other hardware in
333 - :c:macro:`DT_CHOSEN`, :c:macro:`DT_HAS_CHOSEN`: for properties
338 - :c:macro:`DT_ENUM_IDX`: for properties whose values are among a fixed list of
353 If you do that, you can access the properties of individual instances of your