Hello everyone
I'm totally newbiew with ti dsp....
I was given bunch of code from my team....and reviewing it now.
the thing is....
there is code:
extern __cregister volatile Uint32 IER;
const Uint32 mask = (0x1u << eventId);
IER |= mask;
and I can not find where the IER's definition is....can anyon tell me??