This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

66AK2G12: IER

Part Number: 66AK2G12

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??