Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
linker-defs.h File Reference

Go to the source code of this file.

Macros

#define CREATE_OBJ_LEVEL(object, level)
 

Macro Definition Documentation

◆ CREATE_OBJ_LEVEL

#define CREATE_OBJ_LEVEL (   object,
  level 
)
Value:
__##object##_##level##_start = .; \
KEEP(*(SORT(.z_##object##_##level?_*))); \
KEEP(*(SORT(.z_##object##_##level??_*)));