Module interrupt

Source
Available on ARM only.
Expand description

Exception and interrupt handling.

Structs§

VectorTable
Exception vector table that contains code to handle each exception Kind.

Enums§

Kind
The kind of exception being handled
VectorBaseAddressRegister
Contains the address of the VectorTable that the processor should use.