/hal_espressif-latest/tools/ci/ |
D | check_callgraph.py | 189 ignored_symbols = [ref for ref in last_function.refs if pair.symbol in ref] 192 … last_function.refs = [ref for ref in last_function.refs if last_ref != ref] 335 for ref in refs: 336 if (not from_sections or ref.from_sym.section in from_sections) and \ 337 (not to_sections or ref.to_sym.section in to_sections): 338 print(str(ref))
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | index.rst | 30 * :ref:`espefuse` 31 * :ref:`espsecure`
|
D | basic-options.rst | 6 …unication with an ESP target. For advanced configuration options, see the :ref:`advanced-options` … 16 * Binary image generation commands, such as :ref:`elf2image <elf-2-image>` or :ref:`merge_bin <merg… 52 …can also choose 74880, which is the :ref:`usual baud rate used by the ESP8266 <serial-port-setting…
|
D | basic-commands.rst | 23 The ``--port`` argument is documented under :ref:`serial-port`. 36 See the :ref:`troubleshooting` section if the ``write_flash`` command is failing, or the flashed mo… 41 You may also need to specify arguments for :ref:`flash mode and flash size <flash-modes>`, if you w… 47 … is to keep the flash mode and size from the ``.bin`` image file. See the :ref:`flash-modes` secti… 94 … is detected, the ``Chip ID`` and ``Minimum chip revision`` fields in its :ref:`header <image-form… 123 …If ``write_flash`` updated the boot image's :ref:`flash mode and flash size <flash-modes>` during … 232 This information corresponds to the headers described in :ref:`image-format`. 265 …ptions from a text file with ``@filename`` (see the advanced options page :ref:`Specifying Argumen… 331 …y used, or only of interest to advanced users. They are documented in the :ref:`advanced-commands`… 335 * :ref:`verify-flash` [all …]
|
D | entering-bootloader.rst | 8 …odeMCU, WeMOS, HUZZAH Feather, Core Board, ESP32-WROVER-KIT), esptool can :ref:`automatically trig… 10 … correct strapping pin pulled low. For more information, see the detailed :ref:`Boot Mode Selectio…
|
D | flasher-stub.rst | 19 …few commands which are only available when using the stub loader (such as :ref:`erase_flash and er… 24 …ions will then be handled by the original ROM bootloader. See the related :ref:`advanced options p…
|
D | advanced-options.rst | 8 For basic/fundamental configuration options, see the :ref:`options` page. 22 …lt_reset`` is the default, which uses DTR & RTS serial control lines (see :ref:`entering-the-bootl… 24 …nchronization command. This is useful if your chip is already running the :ref:`stub bootloader <s… 44 …pts`` configuration option, for more details regarding config options see :ref:`Configuration file… 81 …If the ``--spi-connection`` argument is not provided, the SPI flash is configured to use :ref:`pin… 136 An example of this is available in the :ref:`merge_bin <merge-bin>` command description.
|
D | flashing-firmware.rst | 12 It is possible to compile the firmware just once and then repeatedly use esptool (manually or :ref:… 23 * Installed esptool, see the :ref:`installation guide <installation>` for instructions. 42 It is also possible to assemble the command manually, please see the :ref:`esptool usage documentat… 73 Change ``PORT`` to the name of :ref:`actually used serial port <serial-port>` and run the command. …
|
D | flash-modes.rst | 41 For a full explanation of these modes, see the :ref:`SPI Flash Modes page <spi-flash-modes>`. 73 …For ESP8266, some :ref:`additional sizes & layouts for OTA "firmware slots" are available <esp8266… 79 … the ``flash_id`` command and then looking up the ID from the output (see :ref:`Read SPI flash id …
|
/hal_espressif-latest/components/hal/esp32c6/ |
D | modem_clock_hal.c | 255 static int ref = 0; in modem_clock_hal_enable_wifipwr_clock() local 257 if (ref++ == 0) { in modem_clock_hal_enable_wifipwr_clock() 261 if (--ref == 0) { in modem_clock_hal_enable_wifipwr_clock() 265 HAL_ASSERT(ref > 0); in modem_clock_hal_enable_wifipwr_clock()
|
/hal_espressif-latest/components/log/ |
D | README.rst | 9 - **At compile time**: in menuconfig, set the verbosity level using the option :ref:`CONFIG_LOG_DEF… 10 - Optionally, also in menuconfig, set the maximum verbosity level using the option :ref:`CONFIG_LOG… 11 - **At runtime**: all logs for verbosity levels lower than :ref:`CONFIG_LOG_DEFAULT_LEVEL` are enab… 23 …nc:`esp_log_level_set` cannot set logging levels higher than specified by :ref:`CONFIG_LOG_MAXIMUM… 87 …making logging several times faster. For details, please refer to Section :ref:`app_trace-logging-…
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/ |
D | mesh_buf.c | 456 NET_BUF_DBG("buf %p (old) ref %u pool %p", buf, buf->ref, buf->pool); in net_buf_ref() 458 buf->ref++; in net_buf_ref() 475 if (!buf->ref) { in net_buf_unref_debug() 481 NET_BUF_DBG("buf %p ref %u pool %p frags %p", buf, buf->ref, in net_buf_unref_debug() 485 if (!buf->ref || --buf->ref > 0) { in net_buf_unref_debug() 564 if (!buf->ref) { in net_buf_alloc_len_debug() 590 buf->ref = 1; in net_buf_alloc_len_debug()
|
/hal_espressif-latest/tools/esptool_py/docs/en/ |
D | index.rst | 27 For detailed instructions, see :ref:`installation`. 38 …Replace ``PORT`` with the name of used serial port. If connection fails, see :ref:`troubleshooting…
|
D | troubleshooting.rst | 20 * Check that all pins are connected as described in :ref:`boot-mode`. Check the voltages at each p… 41 See the :ref:`spi-flash-modes` page for a full description of the flash modes and how to determine … 116 …If that happens, try to :ref:`manually enter the download mode <manual-bootloader>` and then use t… 125 For exact serial port configuration values, see :ref:`serial-port-settings`. 136 See :ref:`the related Advanced Topics page <tracing-communications>` for more information. 143 These variables and options can be specified in a configuration file. See :ref:`the related Configu… 153 …ref:`slip packet <low-level-protocol>`. This error usually implies some kind of a hardware issue. … 161 … devkit supports this, try resetting into the download mode manually. See :ref:`manual-bootloader`… 170 …your board has it), or try resetting into the download mode manually. See :ref:`manual-bootloader`… 184 …ref:`ESP8266 boot log <boot-log-esp8266>` for more information). This data in the serial buffer re…
|
D | resources.rst | 16 * If you're interested in contributing to esptool.py, please check the :ref:`contribute` page. 28 It offers an in-depth look at the inner mechanisms of esptool.py, including the :ref:`boot-mode` pr…
|
D | installation.rst | 29 …If you actually plan to do development work with esptool itself, see :ref:`development-setup` for … 34 …tual environment and use it directly if possible (more information in the :ref:`flashing` article). 66 …ble version by staying on the same MAJOR version number (explained in the :ref:`versions` article)…
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | adv.c | 385 if (buf->ref > 1U) { in bt_mesh_unref_buf_from_pool() 386 buf->ref = 1U; in bt_mesh_unref_buf_from_pool() 409 if (buf->ref != ref_cmp) { in bt_mesh_adv_buf_ref_debug() 410 BT_ERR("Unexpected ref %d in %s, expect to equal to %d", buf->ref, func, ref_cmp); in bt_mesh_adv_buf_ref_debug() 414 if (buf->ref >= ref_cmp) { in bt_mesh_adv_buf_ref_debug() 415 BT_ERR("Unexpected ref %d in %s, expect to smaller than %d", buf->ref, func, ref_cmp); in bt_mesh_adv_buf_ref_debug() 430 if (buf->ref > 1U) { in bt_mesh_unref_buf() 431 buf->ref = 1U; in bt_mesh_unref_buf() 950 tx->buf->ref == 1U) { in bt_mesh_stop_ble_advertising()
|
D | foundation.h | 129 uint16_t ref; member
|
D | settings.c | 140 uint16_t ref; member 811 if (va.ref == 0) { in va_set() 825 lab->ref = va.ref; in va_set() 827 BT_INFO("Restored Virtual Address 0x%04x, ref 0x%04x", index, lab->ref); in va_set() 2018 #define IS_VA_DEL(_label) ((_label)->ref == 0) 2038 va.ref = lab->ref; in store_pending_va()
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | regdma_link.h | 27 _pl->stat.ref = _ref; \ 194 stats->ref |= BIT(entry); in regdma_link_update_stats()
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | summary-cmd.rst | 13 …fied as an argument will be displayed. For more information, refer to the :ref:`Filtering eFuses <… 15 - List of eFuses to filter. For more information, refer to the :ref:`Filtering eFuses <filtering-eF…
|
/hal_espressif-latest/components/esp_wifi/include/esp_private/ |
D | wifi.h | 217 esp_err_t esp_wifi_internal_reg_netstack_buf_cb(wifi_netstack_buf_ref_cb_t ref, wifi_netstack_buf_f…
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/ |
D | mesh_buf.h | 764 uint8_t ref; member 803 uint8_t *(*ref)(struct net_buf *buf, uint8_t *data); member
|
/hal_espressif-latest/zephyr/port/wifi/ |
D | wifi_stubs.c | 543 esp_err_t esp_wifi_internal_reg_netstack_buf_cb(wifi_netstack_buf_ref_cb_t ref, in esp_wifi_internal_reg_netstack_buf_cb() argument 546 ARG_UNUSED(ref); in esp_wifi_internal_reg_netstack_buf_cb()
|
/hal_espressif-latest/components/esp_hw_support/port/ |
D | regdma_link.c | 472 stat->ref &= ~BIT(entry); in regdma_link_destroy_wrapper() 473 if (stat->ref == 0) { in regdma_link_destroy_wrapper() 630 owner |= regdma_link_get_stats(next)->ref; in regdma_link_get_owner_bitmap()
|