Struct InterruptController::IRQ_t

Nested Relationships

This struct is a nested type of Class InterruptController.

Struct Documentation

struct IRQ_t

Structure returned by the interrupt controller to the CPU containing the information of the interrupt to process.

Public Members

int_vect_t vector

Vector index.

flash_addr_t address

Address (in bytes) of the interrupt vector.

bool nmi

Non-maskable (by GIE) indicator flag.