Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#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... | |
#define DT_RESERVED_MEM_REGIONS | ( | ) | _RESERVED_REGION_APPLY(_RESERVED_REGION_DECLARE) |
Generate region definitions for all the reserved memory regions.
#define DT_RESERVED_MEM_SECTIONS | ( | ) | _RESERVED_REGION_APPLY(_RESERVED_SECTION_DECLARE) |
Generate section definitions for all the reserved memory regions.
#define DT_RESERVED_MEM_SYMBOLS | ( | ) | _RESERVED_REGION_APPLY(_RESERVED_SYMBOL_DECLARE) |
Generate linker script symbols for all the reserved memory regions.