Searched refs:executing (Results 1 – 25 of 31) sorted by relevance
12
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | random.rst | 14 …le` when the bootloader starts, and :cpp:func:`bootloader_random_disable` before executing the app. 23 …ntropy for any first boot key generation. However, after the app starts executing then normally on…
|
D | ipc.rst | 26 …y lower the priority of the target CPU's IPC task to the calling CPU before executing the callback.
|
D | heap_debug.rst | 186 …cpp:func:`heap_trace_stop` to stop the trace once the suspect piece of code has finished executing. 280 …cpp:func:`heap_trace_stop` to stop the trace once the suspect piece of code has finished executing.
|
D | ota.rst | 259 …- command-args - these are arguments that are needed for executing the main command (parttool.py),…
|
/hal_espressif-3.6.0/examples/network/network_tests/ |
D | README.md | 19 * Rebuild the netsuite tests (according to README.md in net-test-suite) by executing `source make.s…
|
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_ds/ |
D | README.md | 47 … with the python script [configure_ds.py](README.md#configure_ds-py) by executing the following co… 144 > A list of all the supported options in the script can be obtained by executing `python configure_…
|
/hal_espressif-3.6.0/tools/test_apps/ |
D | README.md | 4 … components to check completely arbitrary functionality should it be building only, executing under
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/tutorial/ |
D | Example_A2DP_Sink.md | 83 For example, after executing `esp_bt_gap_start_discovery()`, an event of `ESP_BT_GAP_DISC_STATE_CHA…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/tutorial/ |
D | Example_A2DP_Source.md | 80 For example, after executing `esp_bt_gap_start_discovery()`, an event of `ESP_BT_GAP_DISC_STATE_CHA…
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | startup.rst | 26 …After SoC reset, PRO CPU will start running immediately, executing reset vector code, while APP CP… 87 Application startup covers everything that happens after the app starts executing and before the ``…
|
D | partition-tables.rst | 282 …- command-args - These are arguments that are needed for executing the main command (parttool.py),…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/ |
D | ble_compatibility_test_case.md | 19 …am onto the ESP device, make sure to erase the contents of the flash by executing the command `mak…
|
/hal_espressif-3.6.0/components/usb/ |
D | hcd.c | 215 uint32_t executing: 1; //The buffer is currently executing member 433 buffer_done->status_flags.executing = 0; in _buffer_done() 2291 buffer_to_exec->status_flags.executing = 1; in _buffer_exec()
|
D | maintainers.md | 60 …transfer type etc) so long as the channel is halted (i.e., not actively executing transfer descrip…
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/advanced-topics/ |
D | spi-flash-modes.rst | 10 ESP chips use these commands when reading or executing code and data from the SPI flash chip. Data …
|
/hal_espressif-3.6.0/tools/cmake/ |
D | utilities.cmake | 239 set(fail_message "Failed executing target (see errors on lines above)")
|
/hal_espressif-3.6.0/examples/system/esp_event/default_event_loop/ |
D | README.md | 152 The `timer_any_handler()` executes for **any** timer event. It can be seen executing for the timer …
|
/hal_espressif-3.6.0/docs/en/api-guides/performance/ |
D | speed.rst | 216 …g to the built-in SPI flash chip. Only :ref:`iram-safe-interrupt-handlers` will continue executing. 223 …). For this reason, it's important to minimize the amount of time spent executing in an interrupt …
|
/hal_espressif-3.6.0/ |
D | Kconfig | 148 …a bit of ROM code prior to executing the application. A gdbinit file may look as follows (for ESP3…
|
/hal_espressif-3.6.0/docs/en/api-reference/storage/ |
D | spi_flash.rst | 16 …pabilities. These cache operations include: mmap, encrypted read/write, executing code or access t…
|
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/ |
D | index.rst | 111 …nv>` in your terminal, you should be able to run OpenOCD. Check this by executing the following co…
|
D | tips-and-quirks.rst | 113 … still be valid. In fact, after reset the target state will change, and executing ``flushregs`` is…
|
/hal_espressif-3.6.0/docs/en/security/ |
D | flash-encryption.rst | 153 …8. The device is then rebooted to start executing the encrypted image. The firmware bootloader cal… 171 …8. The device is then rebooted to start executing the encrypted image. The firmware bootloader cal… 189 …8. The device is then rebooted to start executing the encrypted image. The firmware bootloader cal…
|
/hal_espressif-3.6.0/components/freertos/port/xtensa/ |
D | readme_xtensa.txt | 669 re-executing 'movsp'. 674 The windowed ABI specifies that executing this instruction with
|
/hal_espressif-3.6.0/docs/en/api-reference/provisioning/ |
D | wifi_provisioning.rst | 149 …ish, then de-initialize the manager to free up resources and finally start executing its own logic.
|
12