I would like to run a different ISR for the same HWI depending on an initialization parameter. I found the HWI_dispatchPlug that shows it has a pointer to a HWI function as an argument. But I don't understand the documentation of it's description or if I'm even on the right path. I've got a C6745 under DSP/BIOS.
The ISR already requires an argument, so I can't use that. Basically what I want to do is run ISR1 for Mode1 and ISR2 for Mode2 when a certain HWI is active.