Home
last modified time | relevance | path

Searched refs:SOC_INTERRUPT_LEVEL_MEDIUM (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dcache_err_int.c43 esprv_intc_int_set_priority(ETS_CACHEERR_INUM, SOC_INTERRUPT_LEVEL_MEDIUM); in esp_cache_err_int_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dcache_err_int.c43 esprv_intc_int_set_priority(ETS_CACHEERR_INUM, SOC_INTERRUPT_LEVEL_MEDIUM); in esp_cache_err_int_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dcache_err_int.c57 esprv_intc_int_set_priority(ETS_CACHEERR_INUM, SOC_INTERRUPT_LEVEL_MEDIUM); in esp_cache_err_int_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dcache_err_int.c57 esprv_intc_int_set_priority(ETS_CACHEERR_INUM, SOC_INTERRUPT_LEVEL_MEDIUM); in esp_cache_err_int_init()
/hal_espressif-latest/components/esp_system/
Dint_wdt.c158 esp_cpu_intr_set_priority(ETS_INT_WDT_INUM, SOC_INTERRUPT_LEVEL_MEDIUM); in esp_int_wdt_cpu_init()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc.h239 #define SOC_INTERRUPT_LEVEL_MEDIUM 4 macro
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc.h238 #define SOC_INTERRUPT_LEVEL_MEDIUM 4 macro
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc.h236 #define SOC_INTERRUPT_LEVEL_MEDIUM 4 macro
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc.h234 #define SOC_INTERRUPT_LEVEL_MEDIUM 4 macro
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Desp_memprot.c633 esprv_intc_int_set_priority(ETS_MEMPROT_ERR_INUM, SOC_INTERRUPT_LEVEL_MEDIUM); in esp_mprot_set_intr_matrix()