Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
app_memdomain.h File Reference

Go to the source code of this file.

Macros

#define K_APP_DMEM_SECTION(id)
 Name of the data section for a particular partition.
 
#define K_APP_BMEM_SECTION(id)
 Name of the bss section for a particular partition.
 
#define K_APP_DMEM(id)
 Place data in a partition's data section.
 
#define K_APP_BMEM(id)
 Place data in a partition's bss section.
 
#define K_APPMEM_PARTITION_DEFINE(name)
 Define an application memory partition with linker support.