Searched refs:one_shot_timer_crit_sec (Results 1 – 1 of 1) sorted by relevance
34 static critical_section_t one_shot_timer_crit_sec; variable45 if (critical_section_is_initialized(&one_shot_timer_crit_sec)) { in timer_task()46 critical_section_enter_blocking(&one_shot_timer_crit_sec); in timer_task()48 critical_section_exit(&one_shot_timer_crit_sec); in timer_task()72 if (critical_section_is_initialized(&one_shot_timer_crit_sec)) { in low_priority_worker_irq()74 critical_section_enter_blocking(&one_shot_timer_crit_sec); in low_priority_worker_irq()77 critical_section_exit(&one_shot_timer_crit_sec); in low_priority_worker_irq()206 critical_section_init_with_lock_num(&one_shot_timer_crit_sec, next_striped_spin_lock_num()); in stdio_usb_init()210 memset(&one_shot_timer_crit_sec, 0, sizeof(one_shot_timer_crit_sec)); in stdio_usb_init()
Completed in 2 milliseconds