Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
Go to the source code of this file.
Macros | |
#define | K_APP_DMEM_SECTION(id) data_smem_##id##_data |
Name of the data section for a particular partition. | |
#define | K_APP_BMEM_SECTION(id) data_smem_##id##_bss |
Name of the bss section for a particular partition. | |
#define | K_APP_DMEM(id) Z_GENERIC_SECTION(K_APP_DMEM_SECTION(id)) |
Place data in a partition's data section. | |
#define | K_APP_BMEM(id) Z_GENERIC_SECTION(K_APP_BMEM_SECTION(id)) |
Place data in a partition's bss section. | |
#define | K_APPMEM_PARTITION_DEFINE(name) |
Define an application memory partition with linker support. | |