Home
last modified time | relevance | path

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

12

/hal_espressif-3.6.0/docs/_static/diagrams/
Di2c-command-link-master-write-blockdiag.diag18 3 -- a3 -- d3 -- f3 [style=none];
29 3, a3, d3, f3 [shape=none, height=5];
35 3 [class=spacer]; a3 [shape=none, colwidth=3]; d3 [colwidth=2]; f3 [colwidth=2];
39 …]; c7 [class=cjoint]; d7 [shape=none, colwidth=2]; a7 -- c7 -- d7 [style=solid]; d7 -> d3 [folded];
60 group { d2; e2; d3; }
Di2c-command-link-master-read-blockdiag.diag17 3 -- a3 -- d3 -- f3 -- h3 [style=none];
29 3, a3, d3, f3, h3 [shape=none, height=5];
35 … 3 [class=spacer]; a3 [shape=none, colwidth=3]; d3 [colwidth=2]; f3 [colwidth=2]; h3 [colwidth=2];
39 …]; c7 [class=cjoint]; d7 [shape=none, colwidth=2]; a7 -- c7 -- d7 [style=solid]; d7 -> d3 [folded];
62 group { d2; e2; d3; }
/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/
Desp32c3.inc125 .. run-openocd-d3
129 openocd -l openocd_log.txt -d3 -f board/esp32s2-kaluga-1.cfg
133 .. run-openocd-d3-tee
137 openocd -d3 -f board/esp32s2-kaluga-1.cfg 2>&1 | tee openocd.log
Desp32s2.inc125 .. run-openocd-d3
129 openocd -l openocd_log.txt -d3 -f board/esp32s2-kaluga-1.cfg
133 .. run-openocd-d3-tee
137 openocd -d3 -f board/esp32s2-kaluga-1.cfg 2>&1 | tee openocd.log
Desp32.inc141 .. run-openocd-d3
145 openocd -l openocd_log.txt -d3 -f board/esp32-wrover-kit-3.3v.cfg
149 .. run-openocd-d3-tee
153 openocd -d3 -f board/esp32-wrover-kit-3.3v.cfg 2>&1 | tee openocd.log
Desp32s3.inc134 .. run-openocd-d3
138 openocd -l openocd_log.txt -d3 -f board/esp32s3-builtin.cfg
142 .. run-openocd-d3-tee
146 openocd -d3 -f board/esp32s3-builtin.cfg 2>&1 | tee openocd.log
Dtips-and-quirks.rst267 :start-after: run-openocd-d3
270 … 这种方式会将日志输出到文件,但是它会阻止调试信息打印在终端上。当有大量信息需要输出的时候(比如调试等级提高到 ``-d3``)这是个不错的选择。如果你仍然希望在屏幕上看到调试日志,请改用以下命令:
273 :start-after: run-openocd-d3-tee
/hal_espressif-3.6.0/components/soc/esp32/
Dsdmmc_periph.c39 .d3 = SDMMC_SLOT0_IOMUX_PIN_NUM_D3,
51 .d3 = SDMMC_SLOT1_IOMUX_PIN_NUM_D3,
/hal_espressif-3.6.0/components/soc/esp32s3/
Dsdmmc_periph.c39 .d3 = SDHOST_CDATA_OUT_13_IDX,
51 .d3 = SDHOST_CDATA_OUT_23_IDX,
/hal_espressif-3.6.0/components/driver/
Dsdmmc_host.c404 s_sdmmc_slot_gpio_num[slot].d3 = slot_config->d3; in sdmmc_host_init_slot()
428 .pin_bit_mask = BIT64(GPIO_NUM(slot, d3)), in sdmmc_host_init_slot()
435 gpio_set_level(GPIO_NUM(slot, d3), 1); in sdmmc_host_init_slot()
536 configure_pin(d3, slot, GPIO_MODE_INPUT_OUTPUT); in sdmmc_host_set_bus_width()
540 configure_pin(d3, slot, GPIO_MODE_INPUT_OUTPUT); in sdmmc_host_set_bus_width()
711 gpio_pullup_en(GPIO_NUM(slot, d3)); in sdmmc_host_pullup_en_internal()
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/
Desp32s2.inc125 .. run-openocd-d3
129 openocd -l openocd_log.txt -d3 -f board/esp32s2-kaluga-1.cfg
133 .. run-openocd-d3-tee
137 openocd -d3 -f board/esp32s2-kaluga-1.cfg 2>&1 | tee openocd.log
Desp32c3.inc133 .. run-openocd-d3
137 openocd -l openocd_log.txt -d3 -f board/esp32c3-builtin.cfg
141 .. run-openocd-d3-tee
145 openocd -d3 -f board/esp32c3-builtin.cfg 2>&1 | tee openocd.log
Desp32s3.inc137 .. run-openocd-d3
141 openocd -l openocd_log.txt -d3 -f board/esp32s3-builtin.cfg
145 .. run-openocd-d3-tee
149 openocd -d3 -f board/esp32s3-builtin.cfg 2>&1 | tee openocd.log
Desp32.inc141 .. run-openocd-d3
145 openocd -l openocd_log.txt -d3 -f board/esp32-wrover-kit-3.3v.cfg
149 .. run-openocd-d3-tee
153 openocd -d3 -f board/esp32-wrover-kit-3.3v.cfg 2>&1 | tee openocd.log
Dtips-and-quirks.rst267 :start-after: run-openocd-d3
270 … thing taken amount of information provided, when increased debug level ``-d3`` is set. If you sti…
273 :start-after: run-openocd-d3-tee
/hal_espressif-3.6.0/components/driver/include/driver/
Dsdmmc_host.h60 gpio_num_t d3; ///< GPIO number of D3 signal. member
98 .d3 = GPIO_NUM_13, \
/hal_espressif-3.6.0/examples/wifi/wifi_enterprise/main/
Dclient.crt24 30:bf:d3:8a:57:05:31:39:66:23:1d:1d:ca:b6:06:
25 5f:e8:a0:4e:b8:0d:87:ca:78:d3:83:92:e3:ba:c5:
46 80:c6:02:29:4a:cd:8c:d3:3f:a4:d8:b7:57:64:4e:76:a1:9b:
Dclient.pem24 30:bf:d3:8a:57:05:31:39:66:23:1d:1d:ca:b6:06:
25 5f:e8:a0:4e:b8:0d:87:ca:78:d3:83:92:e3:ba:c5:
46 80:c6:02:29:4a:cd:8c:d3:3f:a4:d8:b7:57:64:4e:76:a1:9b:
/hal_espressif-3.6.0/components/soc/include/soc/
Dsdmmc_periph.h52 uint8_t d3; member
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/
Dburn-key-digest-cmd.rst80 - BLOCK_KEY0_HI_128 -> [02 c2 bd 9c 1a b4 b7 44 22 59 c6 d3 12 0b 79 1f]
101 …= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 c2 bd 9c 1a b4 b7 44 22 59 c6 d3 12 0b 79 1f …
107 = 02 c2 bd 9c 1a b4 b7 44 22 59 c6 d3 12 0b 79 1f R/-
Dburn-key-cmd.rst295 - BLOCK_KEY0_HI_128 -> [bf 0f 6a f6 8b d3 6d 8b 53 b3 da a9 33 f6 0a 04]
/hal_espressif-3.6.0/examples/storage/sd_card/sdmmc/main/
Dsd_card_example_main.c66 slot_config.d3 = GPIO_NUM_13; in app_main()
/hal_espressif-3.6.0/examples/wifi/wifi_eap_fast/main/
Dserver.crt29 20:a1:a7:60:d4:f1:87:9d:9f:60:b9:d3:db:2c:25:
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Dsdmmc_host.rst115 slot.d3 = GPIO_NUM_6;
/hal_espressif-3.6.0/components/bootloader/subproject/components/micro-ecc/micro-ecc/
Dcurve-specific.inc850 /* d3 */
948 /* d3 */
1031 /* d3 */

12