Home
last modified time | relevance | path

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

/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/esp_hw_support/include/hal/
Dinterrupt_controller_hal.h151 esp_cpu_intr_set_priority(intr, level); in interrupt_controller_hal_set_int_level()
/hal_espressif-latest/components/esp_hw_support/include/
Desp_cpu.h279 FORCE_INLINE_ATTR void esp_cpu_intr_set_priority(int intr_num, int intr_priority) in esp_cpu_intr_set_priority() function
/hal_espressif-latest/components/esp_hw_support/
Dintr_alloc.c628 esp_cpu_intr_set_priority(intr, level); in esp_intr_alloc_intrstatus()