Home
last modified time | relevance | path

Searched refs:__ (Results 1 – 21 of 21) sorted by relevance

/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst164 …| ``0x02`` | FLASH_BEGIN | `Begin Flash Download <#writing-data>`__ | Four 32-bi…
166 …| ``0x03`` | FLASH_DATA | `Flash Download Data <#writing-data>`__ | Four 32-bi…
168 …| ``0x04`` | FLASH_END | `Finish Flash Download <#writing-data>`__ | One 32-bit…
170 …| ``0x05`` | MEM_BEGIN | `Begin RAM Download Start <#writing-data>`__ | Total size…
172 …| ``0x06`` | MEM_END | `Finish RAM Download <#writing-data>`__ | Two 32-bit…
174 …| ``0x07`` | MEM_DATA | `RAM Download Data <#writing-data>`__ | Four 32-bi…
176 …| ``0x08`` | SYNC | `Sync Frame <#initial-synchronisation>`__ | 36 bytes: …
178 …| ``0x09`` | WRITE_REG | `Write 32-bit memory address <#32-bit-readwrite>`__ | Four 32-bi…
180 …| ``0x0a`` | READ_REG | `Read 32-bit memory address <#32-bit-readwrite>`__ | Address as…
188 …| ``0x02`` | FLASH_BEGIN | `Begin Flash Download <#writing-data>`__
[all …]
Dboot-mode-selection.rst31 …ressif.com/en/support/documents/technical-documents?keys=ESP8266+Pin+List>`__ to see what boot mod…
56 …en/support/documents/technical-documents?keys={IDF_TARGET_NAME}+datasheet>`__, section "Strapping …
102 …en/support/documents/technical-documents?keys={IDF_TARGET_NAME}+datasheet>`__, section "Strapping …
116 …en/support/documents/technical-documents?keys={IDF_TARGET_NAME}+datasheet>`__, section "Strapping …
247 …spressif/esp-idf/blob/release/v5.2/components/esp_rom/include/{IDF_TARGET_PATH_NAME}/rom/rtc.h>`__.
248 …spressif/esp-idf/blob/release/v5.2/components/esp_rom/include/{IDF_TARGET_PATH_NAME}/rom/rtc.h>`__.
250 …pressif/esp-idf/blob/release/v5.2/components/soc/{IDF_TARGET_PATH_NAME}/include/soc/gpio_reg.h>`__.
Dspi-flash-modes.rst44 …s a fairly complete description <https://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus>`__.
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dremote-serial-ports.rst4 …e serial port that supports `RFC2217 <http://www.ietf.org/rfc/rfc2217.txt>`__ (Telnet) protocol. T…
15 …e-rfc-2217>`__ and a `multi-port example <http://pyserial.readthedocs.io/en/latest/examples.html#m…
18 …g due to network latency <https://github.com/espressif/esptool/issues/383>`__. In order to work ar…
62 …ad more `here <http://pyserial.readthedocs.io/en/latest/url_handlers.html>`__. (Please keep in min…
Dbasic-options.rst30 …lso consult `System Information <https://support.apple.com/en-us/HT203001>`__'s list of USB device…
31 …ft.com/en-us/help/15048/windows-7-update-driver-hardware-not-working-properly>`__ to find a driver.
Dbasic-commands.rst179 …de <https://github.com/flashrom/flashrom/blob/master/include/flashchips.h>`__ for flash chip manuf…
194 ``elf2image`` also accepts the `Flash Modes <#flash-modes>`__ arguments ``--flash_freq`` and ``--fl…
195 …nd, see the `write_flash command <#write-binary-data-to-flash-write-flash>`__ for details. Overwri…
203 …oftware bootloader stub such as `rboot <https://github.com/raburton/rboot>`__ or the Espressif boo…
240 …latest/api-reference/system/app_image_format.html#application-description>`__ is detected in the i…
242 …/api-reference/system/bootloader_image_format.html#bootloader-description>`__ is detected in the i…
276 ….intel.com/content/www/us/en/support/programmable/articles/000076770.html>`__. The gaps between th…
321 …ck. This can be useful for integration with e.g. `tinyuf2 <https://github.com/adafruit/tinyuf2>`__.
Dflashing-firmware.rst35 … are unsure of the location, see the generated esptool `command <#command>`__ containing the full …
Dadvanced-options.rst140 …odule/microsoft.powershell.core/about/about_splatting?view=powershell-7.3>`__ in PowerShell (metho…
/hal_espressif-latest/tools/esptool_py/docs/en/
Dresources.rst14 …sted on `Espressif <https://www.espressif.com/en/ecosystem/community-engagement/books>`__ web site.
18 …cuments>`_ section of `Espressif <https://espressif.com/en/support/download/documents>`__ web site.
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Ddump-cmd.rst8 …hub.com/espressif/esp-idf/blob/master/components/soc/{IDF_TARGET_NAME}/include/soc/efuse_reg.h>`__.
Dsummary-cmd.rst48 …, refer to the `Technical Reference Manual <http://espressif.com/en/support/download/documents>`__.
Dindex.rst12 …Technical Reference Manual <https://www.espressif.com/en/support/documents/technical-documents>`__.
172 …anual <https://www.espressif.com/en/support/documents/technical-documents>`__ has a recommendation…
Dexecute-scripts-cmd.rst73 …if/esptool/blob/master/test/efuse_scripts/esp32xx/execute_efuse_script.py>`__ burns some efuses an…
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32.rst5 Connecting........__
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dspi_ll.h1049 #define SET_INTR(intr_bit, _, __, ___, set_reg) if (intr_mask & (intr_bit)) hw->set_reg = 1; in spi_ll_set_intr() argument
1056 #define CLR_INTR(intr_bit, _, __, clr_reg, ...) if (intr_mask & (intr_bit)) hw->clr_reg = 1; in spi_ll_clear_intr() argument
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dspi_ll.h1038 #define SET_INTR(intr_bit, _, __, ___, set_reg) if (intr_mask & (intr_bit)) hw->set_reg = 1; in spi_ll_set_intr() argument
1045 #define CLR_INTR(intr_bit, _, __, clr_reg, ...) if (intr_mask & (intr_bit)) hw->clr_reg = 1; in spi_ll_clear_intr() argument
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dspi_ll.h1034 #define SET_INTR(intr_bit, _, __, ___, set_reg) if (intr_mask & (intr_bit)) hw->set_reg = 1; in spi_ll_set_intr() argument
1041 #define CLR_INTR(intr_bit, _, __, clr_reg, ...) if (intr_mask & (intr_bit)) hw->clr_reg = 1; in spi_ll_clear_intr() argument
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dspi_ll.h1040 #define SET_INTR(intr_bit, _, __, ___, set_reg) if (intr_mask & (intr_bit)) hw->set_reg = 1; in spi_ll_set_intr() argument
1047 #define CLR_INTR(intr_bit, _, __, clr_reg, ...) if (intr_mask & (intr_bit)) hw->clr_reg = 1; in spi_ll_clear_intr() argument
/hal_espressif-latest/components/bt/host/nimble/port/include/
Desp_nimble_cfg.h19 #define MYNEWT_VAL_CHOICE(_name, _val) MYNEWT_VAL_ ## _name ## __ ## _val
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dspi_ll.h1041 #define CLR_INTR(intr_bit, _, __, clr_reg) if (intr_mask & (intr_bit)) hw->clr_reg; in spi_ll_clear_intr() argument
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h1035 #define CLR_INTR(intr_bit, _, __, clr_reg) if (intr_mask & (intr_bit)) hw->clr_reg; in spi_ll_clear_intr() argument