Code_placement#

Code Classification API.

Macros#

#define
SL_CODE_RAM __attribute__((section("text_application_ram")))

Prepend a function definition with this macro to place it in RAM.

Macro Definition Documentation#

SL_CODE_RAM#

#define SL_CODE_RAM
Value:
  __attribute__((section("text_application_ram")))

Prepend a function definition with this macro to place it in RAM.


Definition at line 53 of file platform/common/inc/sl_code_classification.h