Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/examples/protocols/http2_request/components/sh2lib/
Dsh2lib.h203 #define SH2LIB_MAKE_NV(NAME, VALUE) \ argument
205 (uint8_t *)NAME, (uint8_t *)VALUE, strlen(NAME), strlen(VALUE), \
/hal_espressif-3.4.0/components/heap/include/
Dheap_memory_layout.h75 #define SOC_RESERVE_MEMORY_REGION(START, END, NAME) \ argument
77 static soc_reserved_region_t reserved_region_##NAME = { START, END };
/hal_espressif-3.4.0/components/sdmmc/
Dsdmmc_io.c23 #define CIS_TUPLE(NAME) (cis_tuple_t) {.code=CISTPL_CODE_##NAME, .name=#NAME, .func=&cis_tuple_fun… argument
24 #define CIS_TUPLE_WITH_FUNC(NAME, FUNC) (cis_tuple_t) {.code=CISTPL_CODE_##NAME, .name=#NAME, .fun… argument
/hal_espressif-3.4.0/tools/test_apps/system/startup/
DREADME.txt2 To add new configuration, create one more sdkconfig.ci.NAME file in this directory.
/hal_espressif-3.4.0/tools/test_apps/system/flash_psram/
DREADME.md5 To add new configuration, create one more sdkconfig.ci.NAME file in this directory.
/hal_espressif-3.4.0/tools/test_apps/system/build_test/
DREADME.txt3 To add new configuration, create one more sdkconfig.ci.NAME file in this directory.
/hal_espressif-3.4.0/tools/find_build_apps/
Dcommon.py290 NAME = 'undefined' variable in BuildSystem
354 if cls.NAME == 'cmake':
374 if cls.NAME == 'cmake':
Dmake.py21 NAME = BUILD_SYSTEM_MAKE variable in MakeBuildSystem
Dcmake.py23 NAME = BUILD_SYSTEM_CMAKE variable in CMakeBuildSystem
/hal_espressif-3.4.0/docs/en/api-guides/tools/
Didf-tools-notes.inc2 .. Comments "tool-NAME-notes" act as delimiters.
Didf-monitor.rst205 …l baud BAUD" -ex "target remote PORT" -ex interrupt build/PROJECT.elf :idf_target:`Hello NAME chip`
/hal_espressif-3.4.0/docs/zh_CN/api-guides/tools/
Didf-tools-notes.inc2 .. Comments "tool-NAME-notes" act as delimiters.
Didf-monitor.rst205 …l baud BAUD" -ex "target remote PORT" -ex interrupt build/PROJECT.elf :idf_target:`Hello NAME chip`
/hal_espressif-3.4.0/tools/cmake/
Dldgen.cmake80 get_filename_component(_name ${output} NAME)
Dutilities.cmake86 get_filename_component(name "${embed_file}" NAME)
153 get_filename_component(scriptname "${abs_script}" NAME)
Dcomponent.cmake100 get_filename_component(base_dir ${abs_dir} NAME)
150 get_filename_component(base_dir ${abs_dir} NAME)
/hal_espressif-3.4.0/examples/protocols/smtp_client/
DREADME.md67 I (6002) smtp_example: Write USER NAME
/hal_espressif-3.4.0/tools/cmake/scripts/
Ddata_file_embed_asm.cmake43 get_filename_component(varname "${DATA_FILE}" NAME)
/hal_espressif-3.4.0/tools/
Dfind_apps.py135 build_system_name = build_system_class.NAME
/hal_espressif-3.4.0/components/ulp/cmake/
DCMakeLists.txt61 get_filename_component(ULP_LD_SCRIPT ${ULP_LD_TEMPLATE} NAME)
/hal_espressif-3.4.0/examples/bluetooth/esp_hid_host/
DREADME.md52 …BLE: fc:f5:c4:3c:62:92, RSSI: -29, USAGE: GENERIC, APPEARANCE: 0x03c0, ADDR_TYPE: 'PUBLIC', NAME: …
/hal_espressif-3.4.0/tools/esp_prov/
DREADME.md3 # NAME chapter
/hal_espressif-3.4.0/tools/ldgen/
Dfragments.py405 NAME = 0 variable in Mapping.Sort.Type
/hal_espressif-3.4.0/docs/zh_CN/api-guides/
Dbuild-system.rst103 …变量时,此命令会非常有用,例如,``idf.py -DNAME='VALUE' reconfigure`` 会将 CMake cache 中的变量 ``NAME`` 的值设置为 ``VALUE``。
/hal_espressif-3.4.0/docs/en/api-guides/
Dbuild-system.rst103 …mple, ``idf.py -DNAME='VALUE' reconfigure`` can be used to set variable ``NAME`` in CMake cache to…