Searched refs:strings (Results 1 – 22 of 22) sorted by relevance
/hal_espressif-2.7.6/components/nvs_flash/ |
D | README.rst | 21 …ues of the type 'string' and 'blob'. If you need to store large blobs or strings, consider using t… 27 NVS operates on key-value pairs. Keys are ASCII strings; the maximum key length is currently 15 cha… 114 …size is 32 bytes. For integer types, entry holds one key-value pair. For strings and blobs, an ent… 163 …string and blob types, entry holds part of the whole key-value pair. For strings, in case when a k… 193 … used by this key-value pair. For integer types, this is equal to 1. For strings and blobs, this d… 221 …(Only for strings and blobs.) Size, in bytes, of actual data. For strings, this includes zero term… 224 (Only for strings and blobs.) Checksum calculated over all bytes of data. 226 Variable length values (strings and blobs) are written into subsequent entries, 32 bytes per entry.… 232 … key-value pair belongs to one of the namespaces. Namespace identifiers (strings) are stored as ke…
|
/hal_espressif-2.7.6/tools/cmake/ |
D | crosstool_version_check.cmake | 21 # with longer git hash strings than others. This will match any version which starts with
|
/hal_espressif-2.7.6/tools/kconfig_new/test/confserver/ |
D | testcases_v2.txt | 53 * Can write hex values as hex strings, but the result is a decimal integer
|
/hal_espressif-2.7.6/tools/kconfig/ |
D | zconf.l | 188 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
|
/hal_espressif-2.7.6/components/log/ |
D | README.rst | 10 …asis. Modules are identified by their tags, which are human-readable ASCII zero-terminated strings.
|
/hal_espressif-2.7.6/tools/windows/tool_setup/ |
D | cmdline_page.iss.inc | 9 { ------------------------------ Splitting strings into lines and adding them to TStrings ---------…
|
/hal_espressif-2.7.6/docs/en/api-reference/system/ |
D | console.rst | 40 …``true``) or ``NULL`` (if ``false``) for empty lines. By default, zero-length strings are returned. 77 …to history. Instead, applications need to call this function to add command strings to the history.
|
/hal_espressif-2.7.6/examples/protocols/modbus/serial/mb_slave/ |
D | README.md | 62 See the help strings of parameters for more information.
|
/hal_espressif-2.7.6/examples/protocols/modbus/tcp/mb_tcp_slave/ |
D | README.md | 29 See the help strings of parameters for more information.
|
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/ |
D | usb.rst | 112 The driver allows to redirect all standard application strings (stdin/out/err) to the USB Serial De…
|
/hal_espressif-2.7.6/docs/en/api-reference/protocols/ |
D | mdns.rst | 48 * ``txt``: ``{var, val}`` array of strings, used to define properties for your service
|
/hal_espressif-2.7.6/ |
D | Kconfig | 352 bool "Enable -Wwrite-strings warning flag" 355 Adds -Wwrite-strings flag for the C/C++ compilers.
|
D | .pylintrc | 364 # List of strings which can identify a callback function by name. A callback 365 # name must start or end with one of those strings.
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | deep-sleep-stub.rst | 100 The second way is a better option if you need to use strings, or write other more complex code.
|
D | error-handling.rst | 40 …to :cpp:func:`esp_err_to_name` will return "ESP_ERR_NO_MEM" string. Such strings can be used in lo…
|
D | app_trace.rst | 255 …ng library. This is a kind of semihosting when all `ESP_LOGx` calls send strings to be printed to … 277 3. Only strings from .rodata section are supported as format strings and arguments.
|
/hal_espressif-2.7.6/tools/kconfig_new/ |
D | README.md | 100 * `string` types are represented as JSON strings.
|
/hal_espressif-2.7.6/components/mdns/ |
D | mdns.c | 414 static uint16_t _mdns_append_fqdn(uint8_t * packet, uint16_t * index, const char * strings[], uint8… in _mdns_append_fqdn() argument 422 uint8_t len = strlen(strings[0]); in _mdns_append_fqdn() 427 if (memcmp(len_location+1, strings[0], len)) { //not continuing with our string in _mdns_append_fqdn() 449 if (strcasecmp(strings[i], (const char *)&name + (i * (MDNS_NAME_BUF_LEN)))) { in _mdns_append_fqdn() 462 uint8_t written = _mdns_append_string(packet, index, strings[0]); in _mdns_append_fqdn() 467 return written + _mdns_append_fqdn(packet, index, &strings[1], count - 1); in _mdns_append_fqdn()
|
/hal_espressif-2.7.6/components/fatfs/src/ |
D | 00history.txt | 202 Added arbitrary strings as drive number in the path name. (_STR_VOLUME_ID)
|
/hal_espressif-2.7.6/components/esp_common/ |
D | Kconfig | 4 bool "Enable lookup of error code strings"
|
/hal_espressif-2.7.6/components/freertos/ |
D | History.txt | 218 which can be defined to strings in FreeRTOSConfig.h to change the default 705 although a change to the type used to reference character strings may result 828 strings to ensure the strings can be used with the JSON descriptions used 1181 return parameter sub-strings.
|
/hal_espressif-2.7.6/examples/storage/spiffsgen/spiffs_image/sub/ |
D | alice.txt | 3015 up at the mouth with strings: into this they slipped the guinea-pig,
|