Searched refs:s_timer_lock (Results 1 – 1 of 1) sorted by relevance
126 static unsigned int s_timer_lock[ESP_TIMER_MAX] = { variable414 __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()