Home
last modified time | relevance | path

Searched full:specifier (Results 1 – 25 of 113) sorted by relevance

12345

/Zephyr-Core-3.7.0/doc/build/dts/
Dphandles.rst131 the resource you are interested in. The specifier describes the resource
193 specifier spaces before moving on to some information about devicetree
196 .. _dt-specifier-spaces:
198 Specifier spaces
201 *Specifier spaces* are a way to allow nodes to describe how you should
204 We'll start with an abstract, high level description of how specifier spaces
221 The cells that follow each phandle are called a *specifier*. In this example,
227 Every phandle-array property has an associated *specifier space*. This sounds
229 follow each phandle in a hardware specific way. Every specifier space has a
233 Devicetree nodes encode the number of cells that must appear in a specifier, by
[all …]
Dbindings-syntax.rst56 # "Specifier" cell names for the 'foo' domain go here; example 'foo'
173 specifier-space: <space-name>
374 .. _dt-bindings-specifier-space:
376 specifier-space
385 ``my-pin``, then assigning it to the "gpio" specifier space using this
389 This property, if present, manually sets the specifier space associated with a
392 Normally, the specifier space is encoded implicitly in the property name. A
393 property named ``foos`` with type ``phandle-array`` implicitly has specifier
394 space ``foo``. As a special case, ``*-gpios`` properties have specifier space
395 "gpio", so that ``foo-gpios`` will have specifier space "gpio" rather than
[all …]
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/tests/test-wrong-bindings/
Dwrong-specifier-space-type.yaml8 wrong-type-for-specifier-space:
10 specifier-space: foobar
/Zephyr-Core-3.7.0/include/zephyr/devicetree/
Dpwms.h94 * @brief Get PWM specifier's cell value at an index
139 * @brief Get a PWM specifier's cell value by name
179 * @return the cell value in the specifier at the named element
195 * @brief Get a PWM specifier's channel cell value at an index
211 * @brief Get a PWM specifier's channel cell value by name
221 * @return the channel cell value in the specifier at the named element
236 * @brief Get PWM specifier's period cell value at an index
252 * @brief Get a PWM specifier's period cell value by name
262 * @return the period cell value in the specifier at the named element
277 * @brief Get a PWM specifier's flags cell value at an index
[all …]
Dio-channels.h125 * @brief Get an io-channels specifier input cell at an index
158 * @return the input cell in the specifier at index "idx"
165 * @brief Get an io-channels specifier input cell by name
200 * @return the input cell in the specifier at the named element
208 * @return the input cell in the specifier at index 0
218 * @return the input cell in the specifier at index "idx"
230 * @return the input cell in the specifier at the named element
239 * @return the input cell in the specifier at index 0
Dreset.h93 * @brief Get a reset specifier's cell value at an index
125 * @brief Get a reset specifier's cell value by name
152 * @return the cell value in the specifier at the named element
206 * @brief Get a DT_DRV_COMPAT instance's reset specifier's cell value
218 * @brief Get a DT_DRV_COMPAT instance's reset specifier's cell value by name
223 * @return the cell value in the specifier at the named element
233 * @return the value of the cell inside the specifier at index 0
239 * @brief Get a Reset Controller specifier's id cell at an index
282 * @brief Get a DT_DRV_COMPAT instance's Reset Controller specifier's id cell value
Dgpio.h69 * @brief Get a GPIO specifier's pin cell at an index
124 * @brief Get a GPIO specifier's flags cell at an index
127 * If there is no "flags" cell in the GPIO specifier, zero is returned.
128 * Refer to the node's binding to check specifier cell names if necessary.
222 * @brief Get a GPIO hog specifier's pin cell at an index
266 * @brief Get a GPIO hog specifier's flags cell at an index
269 * If there is no "flags" cell in the GPIO specifier, zero is returned.
270 * Refer to the node's binding to check specifier cell names if necessary.
312 * @brief Get a DT_DRV_COMPAT instance's GPIO specifier's pin cell value
336 * @brief Get a DT_DRV_COMPAT instance's GPIO specifier's flags cell
Ddma.h127 * @brief Get a DMA specifier's cell value at an index
169 * @brief Get a DT_DRV_COMPAT instance's DMA specifier's cell value at an index
180 * @brief Get a DMA specifier's cell value by name
217 * @return the cell value in the specifier at the named element
224 * @brief Get a DT_DRV_COMPAT instance's DMA specifier's cell value by name
229 * @return the cell value in the specifier at the named element
248 * @return 1 if the "dmas" property has a specifier at index "idx", 0 otherwise
Dclocks.h177 * @brief Get a clock specifier's cell value at an index
211 * @brief Get a clock specifier's cell value by name
240 * @return the cell value in the specifier at the named element
318 * @brief Get a DT_DRV_COMPAT instance's clock specifier's cell value
330 * @brief Get a DT_DRV_COMPAT instance's clock specifier's cell value by name
335 * @return the cell value in the specifier at the named element
345 * @return the value of the cell inside the specifier at index 0
/Zephyr-Core-3.7.0/dts/bindings/pinctrl/
Dnuvoton,npcx-scfg.yaml17 description: Number of items to expect in a SCFG ALT (Alternative controllers) specifier
23 Number of items to expect in a SCFG LV_GPIO_CTL (Low level IO controllers) specifier
/Zephyr-Core-3.7.0/dts/bindings/clock/
Dnxp,imx-anatop.yaml18 description: Number of items to expect in a clock specifier
24 description: Number of items to expect in a PLL specifier
Dclock-controller.yaml10 description: Number of items to expect in a Clock specifier
/Zephyr-Core-3.7.0/dts/bindings/i2s/
Dnxp,mcux-i2s.yaml49 specifier-space: pll-clock
57 specifier-space: pinmux
/Zephyr-Core-3.7.0/dts/bindings/mmc/
Dst,stm32-sdmmc.yaml58 Optional DMA channel specifier. If DMA should be used, specifier should
/Zephyr-Core-3.7.0/lib/os/
Dcbprintf_complete.c234 /** Indicates an a or A conversion specifier.
240 /** Conversion specifier category (value from specifier_cat_enum) */
259 /** Conversion specifier character */
260 unsigned char specifier; member
335 * specifier.
501 /* Extract a C99 conversion specifier.
511 * @return a pointer the first character that follows the specifier.
518 conv->specifier = *sp; in extract_specifier()
521 switch (conv->specifier) { in extract_specifier()
528 /* L length specifier not acceptable */ in extract_specifier()
[all …]
/Zephyr-Core-3.7.0/include/zephyr/logging/
Dlog.h41 * @param ... A string optionally containing printk valid conversion specifier,
52 * @param ... A string optionally containing printk valid conversion specifier,
62 * @param ... A string optionally containing printk valid conversion specifier,
72 * @param ... A string optionally containing printk valid conversion specifier,
83 * @param ... A string optionally containing printk valid conversion specifier,
101 * @param ... A string optionally containing printk valid conversion specifier,
111 * @param ... A string optionally containing printk valid conversion specifier,
125 * @param ... A string optionally containing printk valid conversion specifier,
142 * specifier, followed by as many values as specifiers.
156 * @param ... A string optionally containing printk valid conversion specifier,
[all …]
/Zephyr-Core-3.7.0/dts/bindings/base/
Dbase.yaml39 description: extended interrupt specifier for device
90 specifier-space: mbox
/Zephyr-Core-3.7.0/dts/bindings/pwm/
Dpwm-controller.yaml10 description: Number of items to expect in a pwm specifier
/Zephyr-Core-3.7.0/dts/bindings/power/
Dambiq-pwrcfg.yaml10 specifier-space: pwrcfg
/Zephyr-Core-3.7.0/dts/bindings/mbox/
Dmailbox-controller.yaml10 description: Number of items to expect in a Mailbox specifier
/Zephyr-Core-3.7.0/include/zephyr/
Ddevicetree.h63 * _IDX_<i>_VAL_<val>: phandle array's specifier value by index
67 * _NAME_<name>_VAL_<val>: phandle array's property specifier by name
677 * phandle and specifier blocks in the property
1354 * @brief Get a phandle-array specifier cell value at an index
1358 * the @p pha property of @p node_id, inside the specifier at index
1387 * - index 0 has specifier <17 0x1>, so its `pin` cell is 17, and its
1389 * - index 1 has specifier <5 0x3>, so `pin` is 5 and `flags` is 0x3
1403 * @param cell lowercase-and-underscores cell name within the specifier
1428 * @param cell lowercase-and-underscores cell name within the specifier
1463 * @brief Get a value within a phandle-array specifier by name
[all …]
/Zephyr-Core-3.7.0/dts/bindings/interrupt-controller/
Dinterrupt-controller.yaml14 description: Number of items to expect in an interrupt specifier
/Zephyr-Core-3.7.0/dts/bindings/led_strip/
Dws2812-gpio.yaml14 GPIO phandle and specifier for the pin connected to the
/Zephyr-Core-3.7.0/dts/bindings/gpio/
Dgpio-nexus.yaml20 description: Number of items to expect in a GPIO specifier
/Zephyr-Core-3.7.0/include/zephyr/dt-bindings/clock/
Dstm32_common_clocks.h15 /** Dummy: Add a specifier when no selection is possible */

12345