|
Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
|
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. | |