Home
last modified time | relevance | path

Searched refs:ESP_INTR_ENABLE (Results 1 – 5 of 5) sorted by relevance

/device/soc/esp/esp32/components/esp32/
Dcache_err_int.c76 ESP_INTR_ENABLE(ETS_MEMACCESS_ERR_INUM); in esp_cache_err_int_init()
Ddport_access.c159 ESP_INTR_ENABLE(ETS_DPORT_INUM); in dport_access_init_core()
/device/soc/esp/esp32/components/esp_system/include/
Desp_intr_alloc.h83 #define ESP_INTR_ENABLE(inum) esp_intr_enable_source(inum) macro
/device/soc/esp/esp32/components/esp_common/src/
Dint_wdt.c150 ESP_INTR_ENABLE(WDT_INT_NUM); in esp_int_wdt_cpu_init()
/device/soc/esp/esp32/components/esp_system/
Dintr_alloc.c580 ESP_INTR_ENABLE(intr); in esp_intr_alloc_intrstatus()
751 ESP_INTR_ENABLE(handle->vector_desc->intno); in esp_intr_enable()