Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/
Dstdio_usb.c35 static volatile bool one_shot_timer_pending; variable
47 one_shot_timer_pending = false; in timer_task()
85 need_timer = !one_shot_timer_pending; in low_priority_worker_irq()
86 one_shot_timer_pending = true; in low_priority_worker_irq()