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.

TMS320F28388D: Inline Code with the CLA

Part Number: TMS320F28388D


Tool/software:

If I define a CLA function as:

static inline __attribute__((always_inline)) void MyFunction(void)
{
code here
}

will the CLA compiler recognize this and inline the function?

Thanks in advance for any insight.