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()82 if (critical_section_is_initialized(&one_shot_timer_crit_sec)) { in low_priority_worker_irq()84 critical_section_enter_blocking(&one_shot_timer_crit_sec); in low_priority_worker_irq()87 critical_section_exit(&one_shot_timer_crit_sec); in low_priority_worker_irq()219 critical_section_init_with_lock_num(&one_shot_timer_crit_sec, spin_lock_claim_unused(true)); in stdio_usb_init()224 memset(&one_shot_timer_crit_sec, 0, sizeof(one_shot_timer_crit_sec)); in stdio_usb_init()270 spin_lock_unclaim(spin_lock_get_num(one_shot_timer_crit_sec.spin_lock)); in stdio_usb_deinit()[all …]