Home
last modified time | relevance | path

Searched full:formats (Results 1 – 25 of 47) sorted by relevance

12

/hal_espressif-2.7.6/
D.readthedocs.yml8 # Optionally build your docs in additional formats such as PDF and ePub
9 formats:
/hal_espressif-2.7.6/components/esp_rom/esp32s2/ld/
Desp32s2.rom.newlib-nano.ld3 As such, they don's support 64-bit integer formats.
4 Floating point formats are supported by setting _printf_float and
/hal_espressif-2.7.6/components/esp_rom/esp32s3/ld/
Desp32s3.rom.newlib-nano.ld4 * As such, they don't support 64-bit integer formats.
5 * Floating point formats are supported by setting _printf_float and
/hal_espressif-2.7.6/docs/en/api-guides/
Dwireshark-user-guide.rst53 * Imports/exports packets into a number of file formats, supported by other capture programs
75 …Wireshark can import data from a large number of file formats, supported by other capture programs.
79 …Wireshark can export data into a large number of file formats, supported by other capture programs.
245 …e captured packet in a libpcap file. You can also save the file in other formats, e.g. txt, to ana…
/hal_espressif-2.7.6/components/esp_rom/esp32/ld/
Desp32.rom.newlib-nano.ld3 As such, they don's support 64-bit integer formats.
4 Floating point formats are supported by setting _printf_float and
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/blufi/
DREADME.md15 …rojects/esp-idf/en/latest/api-guides/blufi.html?highlight=blufi#the-frame-formats-defined-in-blufi)
/hal_espressif-2.7.6/components/newlib/
DKconfig57 formatting option. This option doesn't support 64-bit integer formats and C99
DMakefile.old18 --disable-newlib-io-c99-formats \
/hal_espressif-2.7.6/components/newlib/test/
Dtest_newlib.c156 TEST_CASE("test 64bit int formats", "[newlib]")
173 TEST_CASE("test 64bit int formats", "[newlib]")
/hal_espressif-2.7.6/components/coap/port/
Dcoap_debug.c402 static struct desc_t formats[] = { in print_content_format() local
431 /* search format_type in list of known content formats */ in print_content_format()
432 for (i = 0; i < sizeof(formats)/sizeof(struct desc_t); i++) { in print_content_format()
433 if (format_type == formats[i].type) { in print_content_format()
434 return snprintf((char *)result, buflen, "%s", formats[i].name); in print_content_format()
/hal_espressif-2.7.6/components/app_trace/sys_view/SEGGER/
DSEGGER_SYSVIEW.c1267 * Formats and sends a SystemView packet with an empty payload.
1285 * Formats and sends a SystemView packet containing a single U32
1308 * Formats and sends a SystemView packet containing 2 U32 parameter payload.
1332 * Formats and sends a SystemView packet containing 3 U32 parameter payload.
1358 * Formats and sends a SystemView packet containing 4 U32 parameter payload.
1386 * Formats and sends a SystemView packet containing 5 U32 parameter payload.
1416 * Formats and sends a SystemView packet containing 6 U32 parameter payload.
1448 * Formats and sends a SystemView packet containing 7 U32 parameter payload.
1482 * Formats and sends a SystemView packet containing 8 U32 parameter payload.
1518 * Formats and sends a SystemView packet containing 9 U32 parameter payload.
[all …]
/hal_espressif-2.7.6/components/esp_pm/
Dpm_locks.c188 assert(cb <= len); // above formats should fit into sizeof(line) in esp_pm_dump_locks()
/hal_espressif-2.7.6/components/esp_rom/include/esp32s2/rom/usb/
Dcpio.h17 * Archive to parse cpio data in the newc and crc formats. Generate a cpio archive like that by e.g.
/hal_espressif-2.7.6/components/wear_levelling/doc/
Dwl_sw_structure.rst10 The WLC accept data formats from older version. Latest version of the WLC will update data format f…
/hal_espressif-2.7.6/docs/en/get-started/
Dwindows-setup.rst28 … can enable the support via Control Panel - Change date, time, or number formats - Administrative …
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/
Dtwai.rst49 …onally respond with a Data Frame). Data and Remote Frames have two frame formats known as **Extend…
221 …Mode (Note: The yellow and blue fields represent standard and extended frame formats respectively).
227 …de** (Note: The yellow and blue fields represent standard and extended frame formats respectively).
/hal_espressif-2.7.6/components/coap/port/include/coap/
Dcoap_dtls.h112 * formats.
133 * The enum used for determining the PKI key formats.
/hal_espressif-2.7.6/tools/kconfig_new/
Dconfgen.py4 # settings and output data in multiple formats (update config, generate
232 print("Format '%s' not recognised. Known formats: %s" % (fmt, OUTPUT_FORMATS.keys()))
/hal_espressif-2.7.6/components/driver/
Dsdspi_transaction.c127 // SPI mode uses different command formats. In fact, most of the commands in sdspi_host_do_transaction()
/hal_espressif-2.7.6/docs/en/api-guides/tools/
Didf-tools.rst70 …The environment variables can be listed in either of ``shell`` or ``key-value`` formats, set by ``…
/hal_espressif-2.7.6/tools/ci/python_packages/ttfw_idf/
Dunity_test_parser.py8 object format, which can then be converted to various XML formats.
/hal_espressif-2.7.6/components/wpa_supplicant/src/eap_peer/
Deap_config.h138 * configuring private_key in one of the following formats:
/hal_espressif-2.7.6/examples/provisioning/wifi_prov_mgr/main/
Dapp_main.c110 * Applications can choose to use other formats like protobuf, JSON, XML, etc.
/hal_espressif-2.7.6/components/hal/include/hal/
Dtwai_hal.h232 * flags) and formats it to match the layout of the TX frame buffer.
/hal_espressif-2.7.6/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_utils.h138 * floating point types. Additionally, OI_Printf supports several formats

12