Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

Why does Nios II ISR have context parameter?

Since an ISR already has access to global variables and registers, why do we need to have a "void* context" parameter in an ISR? Since the term context is also used in then sense of device/appl...