Searched refs:String (Results 1 – 25 of 34) sorted by relevance
12
/Zephyr-latest/doc/build/version/ |
D | index.rst | 97 | APP_VERSION_STRING | String (quoted) | ``VERSION_MAJOR``, |br| … 102 | APP_VERSION_EXTENDED_STRING | String (quoted) | ``VERSION_MAJOR``, |br| … 108 | APP_VERSION_TWEAK_STRING | String (quoted) | ``VERSION_MAJOR``, |br| … 113 | APP_BUILD_VERSION | String (unquoted) | None (value of ``git describe --abbrev=12 --alw… 133 | $(APPVERSION) | String | ``VERSION_MAJOR``, |br| | 1.2.3-unstable.5 | 138 | $(APP_VERSION_EXTENDED_STRING) | String | ``VERSION_MAJOR``, |br| | 1.2.3-unstable.5+4 | 144 | $(APP_VERSION_TWEAK_STRING) | String | ``VERSION_MAJOR``, |br| | 1.2.3+4 | 175 | APP_VERSION_STRING | String | ``VERSION_MAJOR``, |br| … 180 | APP_VERSION_EXTENDED_STRING | String | ``VERSION_MAJOR``, |br| … 186 | APP_VERSION_TWEAK_STRING | String | ``VERSION_MAJOR``, |br| …
|
/Zephyr-latest/samples/subsys/zbus/benchmark/ |
D | benchmark_256KB.robot | 3 Library String 39 ${mem} Strip String ${mem} 52 ${val} Strip String ${val}
|
/Zephyr-latest/doc/develop/west/ |
D | config.rst | 134 - String. If non-empty the ``<ALIAS>`` can be used as a west command. 142 - String, default empty. Set this to ``never`` to disable ``west grep`` 146 - String, one of ``"git-grep"`` (default), ``"ripgrep"``, or ``"grep"``. 149 - String, default empty. The ``<TOOL>`` part is a pattern that can be any 154 - String, default empty. The ``<TOOL>`` part is a pattern that can be any 160 - String, default ``west.yml``. Relative path from the manifest repository 164 - String, default empty. A comma-separated list of project groups to 170 - String, relative path from the :term:`west workspace` root directory 231 - String, one of ``"smart"`` (the default behavior starting in v0.6.1) or 238 - String. If non-empty, ``west update`` will use its value as the [all …]
|
D | build-flash-debug.rst | 383 - String. If given, this the board used by :ref:`west build 390 - String. If present, the value will be split according to shell rules and 394 - String, default ``build``. The build folder format string, used by 404 - String, default ``Ninja``. The `CMake Generator`_ to use to create a 408 - String, instructs west whether to try to guess what build folder to use 418 - String. Controls the way in which ``west build`` may clean the build
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_senml_cbor.cddl | 10 vs => tstr // ; String Value
|
/Zephyr-latest/subsys/usb/device/ |
D | Kconfig | 44 string "USB device Serial Number String" 47 Placeholder for USB device Serial Number String. 48 Serial Number String will be derived from 64 String descriptor that describes the default configuration.
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 28 * @param {String} message Error message. 51 * @param {String} message Progress message. 89 * @param {String} title Title. 117 * @param {String} title Title. 118 * @param {String} content Content. 128 * @param {String} title Title.
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 440 .highlight .si /* Literal.String.Interpol */, 441 .highlight .sx /* Literal.String.Other */, 442 .highlight .sr /* Literal.String.Regex */, 443 .highlight .ss /* Literal.String.Symbol */ { 448 .highlight .s /* Literal.String */, 449 .highlight .s1 /* Literal.String.Single */, 450 .highlight .s2 /* Literal.String.Double */, 451 .highlight .sc /* Literal.String.Char */, 452 .highlight .se /* Literal.String.Escape */, 453 .highlight .sa /* Literal.String.Affix */, [all …]
|
/Zephyr-latest/lib/acpi/ |
D | acpi_shell.c | 270 dev->dev_info->HardwareId.String ? dev->dev_info->HardwareId.String in enum_all_dev()
|
D | acpi.c | 629 if (!strcmp(hid, child_dev->dev_info->HardwareId.String)) { in acpi_device_get() 631 if (!strcmp(child_dev->dev_info->UniqueId.String, uid)) { in acpi_device_get()
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 62 * **Self-contained** - non read-only strings appended to the package. String can be 67 * **Fully self-contained** - all strings are appended to the package. String can be 71 it may contain read-only string location information. String can be formatted 152 | String location | Indexes of words within the package where read-only strings are located |
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 67 - String 74 - String 81 - String 88 - String 165 - String 172 - String 179 - String 186 - String 193 - String 200 - String
|
/Zephyr-latest/samples/subsys/usb/inf/ |
D | zephyr_cdc_acm.inf | 89 ; String
|
/Zephyr-latest/lib/libc/minimal/ |
D | Kconfig | 57 bool "String error table for strerror() and strerror_r()"
|
/Zephyr-latest/samples/subsys/logging/logger/ |
D | README.rst | 56 String logging showcase.
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 417 our $String = qr{"[X\t]*"}; 862 our $FuncArg = qr{$Typecast{0,1}($LvalOrFunc|$Constant|$String)}; 1391 return "" if ($line !~ m/($String)/g); 3245 …if ($line =~ /^\+\s*$logFunctions\s*\(\s*(?:(?:KERN_\S+\s*|[^"]*))?($String\s*(?:|,|\)\s*;)\s*)$/ … 3251 } elsif ($line =~ /^\+\s*$String\s*(?:\s*|,|\)\s*;)\s*$/ || 3252 $line =~ /^\+\s*#\s*define\s+\w+\s+$String$/) { 3272 } elsif ($sline =~ /\s*($String(?:\s*(?:\\|,\s*|\)\s*;\s*))?)$/ && 5324 while ($dstat =~ s/($String)\s*$Ident/$1/ || 5325 $dstat =~ s/$Ident\s*($String)/$1/) 5605 if ($line =~ /^\+\s*$String/ && [all …]
|
/Zephyr-latest/arch/x86/zefi/ |
D | efi.h | 132 uint16_t *String); 136 uint16_t *String);
|
/Zephyr-latest/tests/kconfig/configdefault/ |
D | Kconfig | 252 # String value
|
/Zephyr-latest/doc/build/kconfig/ |
D | preprocessor-functions.rst | 98 String functions
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_0.rst | 436 | "datetime" | String in format: ``yyyy-MM-dd'T'HH:mm:ss.SSSSSSZZZZZ``. | 482 | "datetime" | String in format: ``yyyy-MM-dd'T'HH:mm:ss.SSSSSSZZZZZ``. | 916 | "bootloader" | String representing bootloader name |
|
/Zephyr-latest/doc/connectivity/usb/device_next/ |
D | usb_device.rst | 87 :c:macro:`USBD_DESC_SERIAL_NUMBER_DEFINE` macros. String descriptors also 97 String descriptors must be added to the device context at runtime before
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.dis | 196 String value matching the UDI in human readable form
|
/Zephyr-latest/cmake/linker/ |
D | linker_script_common.cmake | 561 # String functions - start 617 # String functions - end
|
/Zephyr-latest/modules/ |
D | Kconfig.mcux | 18 String describing the core identifer used by MCUX SDK when using
|
/Zephyr-latest/cmake/linker/armlink/ |
D | scatter_script.cmake | 151 # String functions - start
|
12