Hi Team,
There's an issue from the customer need your help:
I currently use the inline function to define inline in a .h file with static inline void, but then I don't know how to encapsulate it in a .lib file.
I've also tried using #pragma FUNC_ALWAYS_INLINE() in a .c file to force inline, calling this inline function from the same file does it inline, but I can't call it from another file.
Is there any documentation or routine that I can refer to?
I know how to generate libs, but I call the library function inside the lib, and it's called via LCR. I want the GridVoltFilter function in the graph to be expanded inline, is this possible?
Best Regards.
Ben