Constant axconfig::TICKS_PER_SEC
source · pub const TICKS_PER_SEC: usize = 100;
Expand description
Number of timer ticks per second (Hz). A timer tick may contain several timer interrupts.
pub const TICKS_PER_SEC: usize = 100;
Number of timer ticks per second (Hz). A timer tick may contain several timer interrupts.