Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
devicetree_reserved.h File Reference
#include <devicetree.h>

Go to the source code of this file.

Macros

#define DT_RESERVED_MEM_REGIONS()   _RESERVED_REGION_APPLY(_RESERVED_REGION_DECLARE)
 Generate region definitions for all the reserved memory regions. More...
 
#define DT_RESERVED_MEM_SECTIONS()   _RESERVED_REGION_APPLY(_RESERVED_SECTION_DECLARE)
 Generate section definitions for all the reserved memory regions. More...
 
#define DT_RESERVED_MEM_SYMBOLS()   _RESERVED_REGION_APPLY(_RESERVED_SYMBOL_DECLARE)
 Generate linker script symbols for all the reserved memory regions. More...
 

Macro Definition Documentation

◆ DT_RESERVED_MEM_REGIONS

#define DT_RESERVED_MEM_REGIONS ( )    _RESERVED_REGION_APPLY(_RESERVED_REGION_DECLARE)

Generate region definitions for all the reserved memory regions.

◆ DT_RESERVED_MEM_SECTIONS

#define DT_RESERVED_MEM_SECTIONS ( )    _RESERVED_REGION_APPLY(_RESERVED_SECTION_DECLARE)

Generate section definitions for all the reserved memory regions.

◆ DT_RESERVED_MEM_SYMBOLS

#define DT_RESERVED_MEM_SYMBOLS ( )    _RESERVED_REGION_APPLY(_RESERVED_SYMBOL_DECLARE)

Generate linker script symbols for all the reserved memory regions.