9.2.5 Data Memory Allocation Macros
The sys/attribs.h
header file provides many macros for commonly used
attributes in order to enhance code readability.
__ramfunc__ |
Locate the attributed function in the RAM function code section. |
__longramfunc__ |
Locate the attributed function in the RAM function code section and
apply the long_call attribute. |