/hal_espressif-latest/components/esp_event/ |
D | esp_event.c | 64 int loops = 0, handlers = 0; in esp_event_dump_prepare() local 70 SLIST_FOREACH(handler_it, &(loop_node_it->handlers), next) { in esp_event_dump_prepare() 71 handlers++; in esp_event_dump_prepare() 75 SLIST_FOREACH(handler_it, &(base_node_it->handlers), next) { in esp_event_dump_prepare() 76 handlers++; in esp_event_dump_prepare() 79 SLIST_FOREACH(handler_it, &(id_node_it->handlers), next) { in esp_event_dump_prepare() 80 handlers++; in esp_event_dump_prepare() 93 … ((handlers + allowance) * (sizeof(HANDLER_DUMP_FORMAT) + 10 + 2 * 20 + 11 + 20))); in esp_event_dump_prepare() 153 SLIST_FOREACH(handler_node, &(loop_node->handlers), next) { in handler_execute() 165 static esp_err_t handler_instances_add(esp_event_handler_nodes_t* handlers, esp_event_handler_t eve… in handler_instances_add() argument [all …]
|
D | esp_event_private.c | 32 SLIST_FOREACH(handler, &(loop_node->handlers), next) { in esp_event_is_handler_registered() 42 SLIST_FOREACH(handler, &(base_node->handlers), next) { in esp_event_is_handler_registered() 52 SLIST_FOREACH(handler, &(id_node->handlers), next) { in esp_event_is_handler_registered()
|
D | Kconfig | 9 … loop queue, run time of event handlers, and number of times/run time of each event handler. 15 Enable posting events from interrupt handlers. 22 …Enable posting events from interrupt handlers placed in IRAM. Enabling this option places API func…
|
/hal_espressif-latest/components/esp_event/private_include/ |
D | esp_event_internal.h | 49 …esp_event_handler_nodes_t handlers; /**< list of handlers to be execut… member 58 …esp_event_handler_nodes_t handlers; /**< event base level handlers, ha… member 67 esp_event_handler_nodes_t handlers; /** event loop level handlers */ member
|
/hal_espressif-latest/components/esp_netif/ |
D | README.md | 63 - setup event handlers 64 … - use default handlers for common interfaces defined in IO drivers; or define a specific handlers 66 - register handlers for app related events (such as IP lost/acquired) 81 - building blocks for designing event handlers
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s2/ |
D | bootloader.ld | 142 /* C++ exception handlers table: */
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/ |
D | bootloader.ld | 153 /* C++ exception handlers table: */
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c2/ |
D | bootloader.ld | 175 /* C++ exception handlers table: */
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c3/ |
D | bootloader.ld | 175 /* C++ exception handlers table: */
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c6/ |
D | bootloader.ld | 172 /* C++ exception handlers table: */
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32h2/ |
D | bootloader.ld | 173 /* C++ exception handlers table: */
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/ |
D | bootloader.ld | 176 /* C++ exception handlers table: */
|
/hal_espressif-latest/components/esp_system/ld/esp32c2/ |
D | sections.ld.in | 213 /* C++ exception handlers table: */
|
/hal_espressif-latest/components/esp_system/ld/esp32h2/ |
D | sections.ld.in | 361 /* C++ exception handlers table: */
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | sections.ld.in | 361 /* C++ exception handlers table: */
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | sections.ld.in | 331 /* C++ exception handlers table: */
|
/hal_espressif-latest/components/esp_system/ld/esp32c3/ |
D | sections.ld.in | 326 /* C++ exception handlers table: */
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | sections.ld.in | 342 /* C++ exception handlers table: */
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | sections.ld.in | 355 /* C++ exception handlers table: */
|
/hal_espressif-latest/components/esp_system/ |
D | Kconfig | 523 bool "Make exception and panic handlers JTAG/OCD aware"
|