3.10.3.1 THE #PRAGMA INLINE DIRECTIVE
The #pragma inline directive is used to indicate to the compiler that a function will
be inlined. The directive is only able to be used on special functions that the code
generator will handle specially, e.g the _delay function.
Note: Use of this pragma with a user-defined function does not mean that function
will be in-lined.