Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_system/
Dint_wdt.c54 extern uint32_t _lx_intr_livelock_counter, _lx_intr_livelock_max;
73 _lx_intr_livelock_counter = 0; in tick_hook()
171 _lx_intr_livelock_counter = 0; in esp_int_wdt_cpu_init()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dhighint_hdl.S150 .global _lx_intr_livelock_counter
153 _lx_intr_livelock_counter: label
210 movi a0, _lx_intr_livelock_counter
421 movi a2, _lx_intr_livelock_counter /* _lx_intr_livelock_counter++ */