Type Alias ArchTimer

Source
pub type ArchTimer = Stimer;

Aliased Type§

struct ArchTimer {
    pub next_event: u64,
    pub running: bool,
}

Fields§

§next_event: u64§running: bool