Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_system/
Dint_wdt.c39 #define WDT_INT_NUM ETS_T1_WDT_INUM macro
157 ESP_INTR_DISABLE(WDT_INT_NUM); in esp_int_wdt_cpu_init()
158 intr_matrix_set(cpu_hal_get_core_id(), ETS_TG1_WDT_LEVEL_INTR_SOURCE, WDT_INT_NUM); in esp_int_wdt_cpu_init()
162 interrupt_controller_hal_set_int_type(WDT_INT_NUM, INTR_TYPE_LEVEL); in esp_int_wdt_cpu_init()
163 interrupt_controller_hal_set_int_level(WDT_INT_NUM, SOC_INTERRUPT_LEVEL_MEDIUM); in esp_int_wdt_cpu_init()
182 ESP_INTR_ENABLE(WDT_INT_NUM); in esp_int_wdt_cpu_init()