Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 30) sorted by relevance

12

/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Dpanic_arch.c402 info->exception = PANIC_EXCEPTION_IWDT; in panic_soc_fill_info()
405 info->exception = PANIC_EXCEPTION_IWDT; in panic_soc_fill_info()
431 info->exception = PANIC_EXCEPTION_DEBUG; in panic_soc_fill_info()
/hal_espressif-latest/components/esp_system/include/esp_private/
Dpanic_internal.h46 panic_exception_t exception; // non-architecture-specific exception code member
/hal_espressif-latest/components/esp_event/host_test/
Dfixtures.hpp27 class CMockException : public std::exception {
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dpanic_arch.c295 info->exception = PANIC_EXCEPTION_IWDT; in panic_soc_fill_info()
316 info->exception = PANIC_EXCEPTION_FAULT; in panic_arch_fill_info()
/hal_espressif-latest/components/log/host_test/log_test/main/
Dlog_test.cpp57 throw exception(); in PrintFixture()
92 throw exception(); in PutcFixture()
/hal_espressif-latest/components/esp_system/
Dpanic.c250 info->exception = PANIC_EXCEPTION_ABORT; in esp_panic_handler()
425 switch (info->exception) { in esp_panic_handler()
DKconfig16 If FreeRTOS detects unexpected behaviour or an unhandled exception, the panic handler is
135 If enabled, the CPU watches all the memory access and raises an exception in case
511 …isabled (for example, when writing to SPI flash) or when flash cache is corrupted when an exception
523 bool "Make exception and panic handlers JTAG/OCD aware"
527 The FreeRTOS panic and unhandled exception handers can detect a JTAG OCD debugger and
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld22 placed into the same range as exception vectors in the app.
24 message as one of the exception vectors, which looks scary to users.
153 /* C++ exception handlers table: */
/hal_espressif-latest/components/esp_system/port/
Dpanic_handler.c104 info->exception = PANIC_EXCEPTION_FAULT;
/hal_espressif-latest/components/esp_system/ld/esp32c2/
Dsections.ld.in213 /* C++ exception handlers table: */
257 /* To avoid any exception in C++ exception frame unwinding code, this section
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dsections.ld.in361 /* C++ exception handlers table: */
405 /* To avoid any exception in C++ exception frame unwinding code, this section
/hal_espressif-latest/components/esp_system/ld/esp32c6/
Dsections.ld.in361 /* C++ exception handlers table: */
405 /* To avoid any exception in C++ exception frame unwinding code, this section
/hal_espressif-latest/components/esp_system/ld/esp32c3/
Dsections.ld.in326 /* C++ exception handlers table: */
370 /* To avoid any exception in C++ exception frame unwinding code, this section
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s2/
Dbootloader.ld142 /* C++ exception handlers table: */
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c2/
Dbootloader.ld175 /* C++ exception handlers table: */
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld175 /* C++ exception handlers table: */
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c6/
Dbootloader.ld172 /* C++ exception handlers table: */
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32h2/
Dbootloader.ld173 /* C++ exception handlers table: */
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld176 /* C++ exception handlers table: */
/hal_espressif-latest/tools/esptool_py/docs/en/
Dtroubleshooting.rst199 A serial exception error occurred
209 A serial exception error occurred: read failed: [Errno 6] Device not configured
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dadvanced-options.rst83 …The only exception to this is if the ``--no-stub`` option is also provided. In this case, efuse va…
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md66 - pass error message to exception in OTG mode
/hal_espressif-latest/components/esp_system/ld/esp32/
Dsections.ld.in331 /* C++ exception handlers table: */
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dsections.ld.in342 /* C++ exception handlers table: */
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dsections.ld.in355 /* C++ exception handlers table: */

12