Module timer

Source
Expand description

The timer support.

Modules§

jiffies 🔒

Structs§

Jiffies
Jiffies is a term used to denote the units of time measurement by the kernel.

Statics§

INTERRUPT_CALLBACKS 🔒

Functions§

register_callback
Register a function that will be executed during the system timer interruption.

Type Aliases§

InterruptCallback 🔒