Lines Matching refs:handler
13 prompt "Panic handler behaviour"
16 If FreeRTOS detects unexpected behaviour or an unhandled exception, the panic handler is
17 invoked. Configure the panic handler's action here.
57 After the panic handler executes, you can specify a number of seconds to
147 …If enabled, the permission control module watches all the memory access and fires the panic handler
392 … interrupt handler did not return. It will try to invoke the panic handler first and failing that
439 bool "Invoke panic handler on Task Watchdog timeout"
444 trigger the panic handler when it times out. This can also be configured
501 bool "Place panic handler code in IRAM"
504 … If this option is disabled (default), the panic handler code is placed in flash not IRAM.
505 This means that if ESP-IDF crashes while flash cache is disabled, the panic handler will
509 … If this option is enabled, the panic handler code (including required UART functions) is placed