kos_sys::arch::timer

Type Alias timer_primary_callback_t

Source
pub type timer_primary_callback_t = Option<unsafe extern "C" fn(_: *mut irq_context_t)>;

Aliased Type§

enum timer_primary_callback_t {
    None,
    Some(unsafe extern "C" fn(_: *mut irq_context_t)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut irq_context_t))

Some value of type T.