logo

Type Definition r3_core::kernel::raw::InterruptNum

source · []
pub type InterruptNum = usize;
Expand description

Numeric value used to identify interrupt lines.

The meaning of this value is defined by a kernel and target hardware. They are not necessarily tightly packed from zero.