Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_timer/src/
Desp_timer.c126 static unsigned int s_timer_lock[ESP_TIMER_MAX] = { variable
414 __ASSERT_NO_MSG(s_timer_lock[timer_type] == 0); in timer_list_lock()
415 s_timer_lock[timer_type] = key; in timer_list_lock()
420 unsigned int key = s_timer_lock[timer_type]; in timer_list_unlock()
421 s_timer_lock[timer_type] = 0; in timer_list_unlock()