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.
