Constant r3_kernel::TIME_HARD_HEADROOM
source · pub const TIME_HARD_HEADROOM: Duration;
Expand description
The extent of how overdue the firing of timer_tick
can be without
breaking the kernel timing algorithm.
The value is 1 << 30
microseconds.