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