Home
last modified time | relevance | path

Searched refs:specifier (Results 1 – 25 of 30) sorted by relevance

12

/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:
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
235 ``phandle-array-prop``\ 's specifier space is named ``baz``. Then we would need
249 to validate the number of cells in each specifier in ``phandle-array-prop``.
[all …]
Dbindings-syntax.rst173 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
398 You can use ``specifier-space`` to manually provide a space if
[all …]
Dapi-usage.rst271 the index of an individual interrupt specifier in the property. The ``val``
272 argument is the name of a cell within the interrupt specifier. To use this
314 Another common use case is accessing specifier values in a phandle array. The
322 check if a specifier value is present in a phandle property.
Dintro-syntax-structure.rst293 of one or more *interrupt specifiers*. Each interrupt specifier has some
298 an interrupt specifier.
Dmacros.bnf306 ; - related to phandle specifier names ("foo-names")
313 ; - _IDX_<DIGIT>_VAL_<dt-name>: values of individual specifier
/Zephyr-Core-3.7.0/lib/os/
Dcbprintf_complete.c260 unsigned char specifier; member
518 conv->specifier = *sp; in extract_specifier()
521 switch (conv->specifier) { in extract_specifier()
536 if (conv->specifier == 'c') { in extract_specifier()
580 conv->specifier_a = (conv->specifier == 'a') in extract_specifier()
581 || (conv->specifier == 'A'); in extract_specifier()
656 conv->specifier = *sp; in extract_conversion()
763 static inline size_t conversion_radix(char specifier) in conversion_radix() argument
765 switch (specifier) { in conversion_radix()
795 bool upcase = isupper((int)conv->specifier) != 0; in encode_uint()
[all …]
DKconfig.cbprintf173 candidate is used for %p format specifier. Check cannot be performed
/Zephyr-Core-3.7.0/samples/net/wpan_serial/src/
Dmain.c313 uint8_t specifier; in rx_thread() local
323 specifier = net_buf_pull_u8(buf); in rx_thread()
324 switch (specifier) { in rx_thread()
332 LOG_ERR("Unknown message specifier %c", specifier); in rx_thread()
/Zephyr-Core-3.7.0/scripts/build/
Dgen_relocate_app.py313 specifier = f"_{kind}"
314 if specifier in memory_region:
316 memory_region = memory_region.replace(specifier, "")
/Zephyr-Core-3.7.0/cmake/compiler/clang/
Dcompiler_flags.cmake114 -Wno-format-invalid-specifier
/Zephyr-Core-3.7.0/doc/hardware/porting/
Dshields.rst171 …ac80eaca45b4babf5299452a951008a5d864/source/devicetree-basics.rst#nexus-nodes-and-specifier-mapping
222 specifier. Then the ``gpio-map-pass-thru`` specifies that the low 6
/Zephyr-Core-3.7.0/doc/services/
Dformatted_output.rst169 things the ``%n`` specifier, most format flags, precision control, and
178 * It is recommended to cast any character pointer used with ``%p`` format specifier to
/Zephyr-Core-3.7.0/cmake/compiler/arcmwdt/
Dcompiler_flags.cmake102 -Wno-format-invalid-specifier
/Zephyr-Core-3.7.0/doc/_scripts/
Dgen_devicetree_rest.py533 for specifier, cells in binding.specifier2cells.items():
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/tests/
Dtest.dts116 // Child unit specifier: 00000007 0000000E 00000007 0000000E
/Zephyr-Core-3.7.0/doc/services/logging/
Dindex.rst762 format specifier and it points to a constant string.
764 format specifier and it points to a transient string.
766 (e.g., ``void *``) when it is used with ``%p`` format specifier.
/Zephyr-Core-3.7.0/scripts/
Dcheckpatch.pl6213 my $specifier;
6221 $specifier = $1;
6227 $bad_specifier = $specifier;
/Zephyr-Core-3.7.0/doc/services/device_mgmt/smp_groups/
Dsmp_group_0.rst764 | "format" | Format specifier of returned response, fields are appended in |
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-1.6.rst126 * libc: Added support for 'z' length specifier.
Drelease-notes-2.6.rst1526 * :github:`33814` - [Coverity CID: 220422] Extra argument to printf format specifier in tests/lib/s…
1535 * :github:`33805` - [Coverity CID: 220431] Extra argument to printf format specifier in tests/lib/s…
1539 * :github:`33801` - [Coverity CID: 220435] Extra argument to printf format specifier in tests/lib/s…
1557 * :github:`33783` - [Coverity CID: 220453] Extra argument to printf format specifier in tests/lib/s…
Drelease-notes-3.5.rst1162 * specifier cells for space "reset" are now named: ['id'] (old value: None)
1163 * specifier cells for space "clock" are now named: None (old value: ['reset_id'])
Drelease-notes-2.4.rst1116 * :github:`27643` - [Coverity CID :212427] Invalid type in argument to printf format specifier in s…
1273 * :github:`26985` - [Coverity CID :211476] Extra argument to printf format specifier in arch/x86/ze…
Drelease-notes-3.1.rst810 PWM specifier should contain a channel, period, and flags cell, in that
931 * Added ``PRIx{FAST,LEAST}N`` and ``PRIxMAX`` format specifier macros in
Drelease-notes-3.3.rst1533 …- specifier cells for space "pwm" are now named: ['channel', 'period', 'flags'] (old value: ['chan…
1561 … - specifier cells for space "dma" are now named: ['channel', 'config'] (old value: ['channel'])
1707 …- specifier cells for space "pwm" are now named: ['channel', 'period', 'flags'] (old value: ['chan…
/Zephyr-Core-3.7.0/doc/build/kconfig/
Dtips.rst75 An alternative applicable to device drivers is to define a GPIO specifier with

12