Searched refs:intr_handler_set (Results 1 – 20 of 20) sorted by relevance
/hal_espressif-latest/components/riscv/ |
D | linker.lf | 6 interrupt:intr_handler_set (default)
|
D | interrupt.c | 32 void intr_handler_set(int int_no, intr_handler_t fn, void *arg) in intr_handler_set() function
|
/hal_espressif-latest/components/riscv/include/riscv/ |
D | interrupt.h | 27 void intr_handler_set(int rv_int_num, intr_handler_t fn, void* arg);
|
/hal_espressif-latest/components/esp_hw_support/include/ |
D | esp_cpu.h | 342 intr_handler_set(intr_num, (intr_handler_t)handler, handler_arg); in esp_cpu_intr_set_handler()
|
/hal_espressif-latest/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.ld | 279 PROVIDE( intr_handler_set = 0x400006f8 ); symbol
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32c5_beta_3.ld | 305 PROVIDE( intr_handler_set = 0x4000071c ); symbol
|
D | rom_32h2.ld | 304 PROVIDE( intr_handler_set = 0x400006f8 ); symbol
|
D | rom_32c6.ld | 315 PROVIDE( intr_handler_set = 0x4000072c ); symbol
|
D | rom_32p4.ld | 365 PROVIDE( intr_handler_set = 0x4fc005cc ); symbol
|
D | rom_32h2_beta_1.ld | 423 PROVIDE( intr_handler_set = 0x40000608 ); symbol
|
D | rom_32h2_beta_2.ld | 503 PROVIDE( intr_handler_set = 0x40000834 ); symbol
|
D | rom_32c6_beta.ld | 412 PROVIDE( intr_handler_set = 0x400005fc ); symbol
|
D | rom_32c3.ld | 414 PROVIDE( intr_handler_set = 0x40000600 ); symbol
|
D | rom_32c2.ld | 478 PROVIDE( intr_handler_set = 0x400007e0 ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32c6/ld/ |
D | esp32c6.rom.ld | 290 PROVIDE( intr_handler_set = 0x4000072c ); symbol
|
/hal_espressif-latest/components/esp_wifi/esp32c6/ |
D | esp_adapter.c | 126 intr_handler_set(n, (intr_handler_t)f, arg); in set_isr_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32c2/ |
D | esp_adapter.c | 120 intr_handler_set(n, (intr_handler_t)f, arg); in set_isr_wrapper()
|
/hal_espressif-latest/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 123 intr_handler_set(n, (intr_handler_t)f, arg); in set_isr_wrapper()
|
/hal_espressif-latest/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.ld | 398 PROVIDE( intr_handler_set = 0x40000600 ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32c2/ld/ |
D | esp32c2.rom.ld | 465 PROVIDE( intr_handler_set = 0x400007e0 ); symbol
|