Module tartan_arch::arm::interrupt
source · Available on ARM only.
Expand description
Exception and interrupt handling.
Structs§
- Exception vector table that contains code to handle each exception
Kind
.
Enums§
- The kind of exception being handled
- Contains the address of the
VectorTable
that the processor should use.