/hal_espressif-latest/components/esp_system/port/arch/xtensa/ |
D | trax.c | 27 int trax_enable(trax_ena_select_t which) in trax_enable() argument 35 if (which == TRAX_ENA_PRO_APP || which == TRAX_ENA_PRO_APP_SWAP) return ESP_ERR_NO_MEM; in trax_enable() 37 if (which == TRAX_ENA_PRO_APP || which == TRAX_ENA_PRO_APP_SWAP) { in trax_enable() 38 …trace_ll_set_mode((which == TRAX_ENA_PRO_APP_SWAP)?TRACEMEM_MUX_PROBLK1_APPBLK0:TRACEMEM_MUX_PROBL… in trax_enable() 42 …trace_ll_mem_enable(0, (which == TRAX_ENA_PRO_APP || which == TRAX_ENA_PRO_APP_SWAP || which == TR… in trax_enable() 43 …trace_ll_mem_enable(1, (which == TRAX_ENA_PRO_APP || which == TRAX_ENA_PRO_APP_SWAP || which == TR… in trax_enable() 46 if (which != TRAX_ENA_PRO) { in trax_enable() 52 if (which == TRAX_ENA_PRO) { in trax_enable() 55 else if (which == TRAX_ENA_APP) { in trax_enable() 59 else if (which == TRAX_ENA_PRO_APP) { in trax_enable() [all …]
|
/hal_espressif-latest/components/esp_rom/esp32s2/ld/ |
D | esp32s2.rom.newlib-data.ld | 5 * Unlike other ROM functions and data which are exported using PROVIDE, which declare weak symbols, 6 * newlib related functions are exported using assignment, which declare strong symbols.
|
D | esp32s2.rom.newlib-nano.ld | 11 Unlike other ROM functions which are exported using PROVIDE, which declares 13 which declares strong symbols. This is done so that ROM functions are always
|
D | esp32s2.rom.newlib-time.ld | 6 /* These are the newlib functions and the .bss/.data symbols which are related to 'time_t' 7 or other structures which include 'time_t' (like 'struct stat').
|
D | esp32s2.rom.libgcc.ld | 2 * Unlike other ROM functions which are exported using PROVIDE, which declares weak symbols, 3 * these libgcc functions are exported using assignment, which declare strong symbols.
|
D | esp32s2.rom.newlib-funcs.ld | 5 * Unlike other ROM functions which are exported using PROVIDE, which declare weak symbols, 6 * newlib related functions are exported using assignment, which declares strong symbols.
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.newlib-locale.ld | 6 Unlike other ROM functions which are exported using PROVIDE, which declares 8 which declares strong symbols. This is done so that ROM functions are always
|
D | esp32.rom.newlib-data.ld | 5 Unlike other ROM functions and data which are exported using PROVIDE, which declares 7 which declares strong symbols. This is done so that ROM functions are always
|
D | esp32.rom.libgcc.ld | 1 /* Unlike other ROM functions which are exported using PROVIDE, which declares 3 which declares strong symbols. This is done so that ROM functions are always
|
D | esp32.rom.newlib-nano.ld | 12 Unlike other ROM functions which are exported using PROVIDE, which declares 14 which declares strong symbols. This is done so that ROM functions are always 108 /* _print_float and _scanf_float functions in ROM are stubs which call
|
/hal_espressif-latest/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.newlib-time.ld | 6 /* These are the newlib functions and the .bss/.data symbols which are related to 'time_t' 7 or other structures which include 'time_t' (like 'struct stat').
|
/hal_espressif-latest/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.newlib-time.ld | 6 /* These are the newlib functions and the .bss/.data symbols which are related to 'time_t' 7 or other structures which include 'time_t' (like 'struct stat').
|
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/ |
D | Kconfig.rtc | 5 Choose which clock is used as RTC clock source. 28 precision, which may be important for applications which spend a lot of
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | Kconfig.rtc | 5 Choose which clock is used as RTC clock source. 30 precision, which may be important for applications which spend a lot of
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c2/ |
D | Kconfig.rtc | 5 Choose which clock is used as RTC clock source. 26 precision, which may be important for applications which spend a lot of
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | Kconfig.rtc | 5 Choose which clock is used as RTC clock source. 30 precision, which may be important for applications which spend a lot of
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c6/ |
D | Kconfig.rtc | 5 Choose which clock is used as RTC clock source. 39 precision, which may be important for applications which spend a lot of
|
/hal_espressif-latest/components/esp_system/ |
D | system_init_fn.txt | 28 # the rest of the components which are initialized from startup.c 33 # This can be done only after esp_timer initialization, which is now in init_components0. 37 # This makes more sense to be done after esp_pm_impl_init, which is initialized in init_components0.
|
/hal_espressif-latest/components/hal/ |
D | README.md | 7 `/include/hal` contains header files which provides a hardware-agnostic interface to the SoC. The i… 10 …en somtimes `xxx_hal.h` includes a lower-level header from a `xxx_ll.h`, which resides in the imp… 14 …t of conditional preprocessors. It is up to the developers' discretion on which strategy to use. C…
|
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | Kconfig.tracemem | 16 The ESP32 contains a feature which allows you to trace the execution path the processor 27 The ESP32 contains a feature which allows you to trace the execution path the processor
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | Kconfig.tracemem | 16 … The esp32-s3 contains a feature which allows you to trace the execution path the processor 27 … The esp32-s3 contains a feature which allows you to trace the execution path the processor
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | README.md | 7 * Add features to the ESP8266 bootloader ROM which are only in the ROM of newer chips. 13 Thanks to [Cesanta](http://cesanta.com/) who provided the original ESP8266 stub loader upon which t… 37 To test the built stub, you can run `make install` (or `make install WITHOUT_ESP8266=1`), which wil…
|
/hal_espressif-latest/components/bootloader/subproject/components/micro-ecc/ |
D | CMakeLists.txt | 1 # only compile the "uECC_verify_antifault.c" file which includes the "micro-ecc/uECC.c" source file
|
/hal_espressif-latest/components/bt/common/ |
D | Kconfig.in | 5 This option decides the maximum number of alarms which
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | dump-cmd.rst | 17 - ``--file_name`` - The path to the file in which to save the dump, if not specified, output to the… 22 …on the chips and can vary from 4 to 11. A block can have different names, which can be used with `… 87 In the last lines, which are separated from the main dump, you can see the encoding scheme status f… 92 …hem back to another chip. Note that some blocks may be read-protected, in which case the data in t…
|