|
Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
#include <zephyr/toolchain.h>#include <zephyr/toolchain/common.h>#include <zephyr/linker/sections.h>#include <zephyr/sys/util.h>#include <offsets.h>#include <zephyr/devicetree.h>Go to the source code of this file.
Macros | |
| #define | ITERABLE_SECTION_ROM(struct_type, subalign) |
| Define a read-only iterable section output. More... | |
| #define | ITERABLE_SECTION_ROM_GC_ALLOWED(struct_type, subalign) |
| Define a garbage collectable read-only iterable section output. More... | |
| #define | ITERABLE_SECTION_RAM(struct_type, subalign) |
| Define a read-write iterable section output. More... | |
| #define | ITERABLE_SECTION_RAM_GC_ALLOWED(struct_type, subalign) |
| Define a garbage collectable read-write iterable section output. More... | |
| #define | CREATE_OBJ_LEVEL(object, level) |
| #define CREATE_OBJ_LEVEL | ( | object, | |
| level | |||
| ) |