/hal_espressif-3.6.0/tools/kconfig/ |
D | confdata.c | 126 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() argument 133 sym->def[def].tri = mod; in conf_set_sym_val() 140 sym->def[def].tri = yes; in conf_set_sym_val() 145 sym->def[def].tri = no; in conf_set_sym_val() 149 if (def != S_DEF_AUTO) in conf_set_sym_val() 172 if (def != S_DEF_AUTO) in conf_set_sym_val() 181 sym->def[def].val = strdup(p); in conf_set_sym_val() 184 if (def != S_DEF_AUTO) in conf_set_sym_val() 251 int conf_read_simple(const char *name, int def) in conf_read_simple() argument 295 def_flags = SYMBOL_DEF << def; in conf_read_simple() [all …]
|
D | conf.c | 85 static int conf_askvalue(struct symbol *sym, const char *def) in conf_askvalue() argument 96 printf("%s\n", def); in conf_askvalue() 106 printf("%s\n", def); in conf_askvalue() 125 printf("%s\n", def); in conf_askvalue() 137 const char *def; in conf_string() local 142 def = sym_get_string_value(sym); in conf_string() 144 printf("[%s] ", def); in conf_string() 145 if (!conf_askvalue(sym, def)) in conf_string() 154 def = NULL; in conf_string() 160 def = line; in conf_string() [all …]
|
D | symbol.c | 38 static void sym_add_default(struct symbol *sym, const char *def) in sym_add_default() argument 42 prop->expr = expr_alloc_symbol(sym_lookup(def, SYMBOL_CONST)); in sym_add_default() 300 def_sym = sym->def[S_DEF_USER].val; in sym_calc_choice() 372 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri, in sym_calc_value() 411 newval.val = sym->def[S_DEF_USER].val; in sym_calc_value() 512 cs->def[S_DEF_USER].val = sym; in sym_set_tristate_value() 521 sym->def[S_DEF_USER].tri = val; in sym_set_tristate_value() 666 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value() 670 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value() 674 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
|
D | expr.h | 82 struct symbol_value def[S_DEF_COUNT]; member
|
D | streamline_config.pl | 222 } elsif ($state eq "DEP" && /^\s*def(_(bool|tristate)|ault)\s+(\S.*)$/) {
|
D | gconf.c | 1041 const char *def; in fill_row() local 1150 def = sym_get_string_value(sym); in fill_row() 1151 row[COL_VALUE] = g_strdup(def); in fill_row()
|
/hal_espressif-3.6.0/docs/zh_CN/api-reference/system/ |
D | console.rst | 116 - ``abc def 1 20 .3`` ⟶ [ ``abc``, ``def``, ``1``, ``20``, ``.3`` ] 117 - ``abc "123 456" def`` ⟶ [ ``abc``, ``123 456``, ``def`` ]
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | console.rst | 105 - ``abc def 1 20 .3`` ⟶ [ ``abc``, ``def``, ``1``, ``20``, ``.3`` ] 106 - ``abc "123 456" def`` ⟶ [ ``abc``, ``123 456``, ``def`` ]
|
/hal_espressif-3.6.0/tools/test_apps/ |
D | README.md | 39 def test_app_xyz(env, extra_data): 46 def test_app_xyz(env, extra_data):
|
/hal_espressif-3.6.0/ |
D | .flake8 | 92 E704, # multiple statements on one line (def) 99 E731, # do not assign a lambda expression, use a def
|
/hal_espressif-3.6.0/components/sdmmc/ |
D | sdmmc_io.c | 447 bool def = data[0] & BIT(6); in cis_tuple_func_cftable_entry() local 449 …X: %02X, Intface: %d, Default: %d, Conf-Entry-Num: %d\n", *(data++), interface, def, conf_ent_num); in cis_tuple_func_cftable_entry()
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/ |
D | esp32c3.inc | 69 .. |idf-py-def-cfg| replace:: ``-f board/esp32s2-kaluga-1.cfg``
|
D | esp32s2.inc | 69 .. |idf-py-def-cfg| replace:: ``-f board/esp32s2-kaluga-1.cfg``
|
D | esp32.inc | 70 .. |idf-py-def-cfg| replace:: ``-f board/esp32-wrover-kit-3.3v.cfg``
|
D | esp32s3.inc | 76 .. |idf-py-def-cfg| replace:: ``-f board/esp32s3-builtin.cfg``
|
D | using-debugger.rst | 216 …OPENOCD_COMMANDS`` 或命令行参数 ``--openocd-commands``。如果这两者都没有被定义,那么 OpenOCD 会使用 |idf-py-def-cfg| 参数来启动。
|
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/ |
D | esp32s2.inc | 69 .. |idf-py-def-cfg| replace:: ``-f board/esp32s2-kaluga-1.cfg``
|
D | esp32c3.inc | 72 .. |idf-py-def-cfg| replace:: ``-f board/esp32c3-builtin.cfg``
|
D | esp32s3.inc | 76 .. |idf-py-def-cfg| replace:: ``-f board/esp32s3-builtin.cfg``
|
D | esp32.inc | 70 .. |idf-py-def-cfg| replace:: ``-f board/esp32-wrover-kit-3.3v.cfg``
|
D | using-debugger.rst | 216 …argument. If none of the above is defined, OpenOCD is started with |idf-py-def-cfg| board definiti…
|
/hal_espressif-3.6.0/tools/ci/python_packages/tiny_test_fw/docs/ |
D | index.rst | 32 def test_examples_protocol_https_request(env, extra_data):
|
/hal_espressif-3.6.0/components/lwip/ |
D | CMakeLists.txt | 22 "lwip/src/core/def.c"
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | expected_output | 254 … def.o 0 0 0 0 0 91 0 91 970 …def.o 0 0 0 0 0 0 0 0 … 1311 …def.o| | | | | | | | | | | | … 1638 … def.o 0 0 0 0 0 91 0 91 2312 … def.o 0 0 0 0 0 91 0 91 5909 "liblwip.a:def.o": { 8225 "liblwip.a:def.o": { 11412 "liblwip.a:def.o": {
|
D | app.map | 401 /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(def.o) 13989 …x0000000000000000 0x0 /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(def.o) 13990 …x0000000000000000 0x0 /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(def.o) 13991 …x0000000000000000 0x0 /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(def.o) 13992 …x0000000000000000 0x18 /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(def.o) 13993 …x0000000000000000 0xb4 /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(def.o) 21117 …x00000000400d0aac 0x0 /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(def.o) 21120 …x00000000400d0aac 0x8 /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(def.o) 21122 …x00000000400d0ab4 0x0 /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(def.o) 23023 …x00000000400e48c0 0xd /home/user/esp/esp-idf/tools/unit-test-app/build/lwip/liblwip.a(def.o) [all …]
|