| 
    Zephyr Project API 3.5.0
    
   A Scalable Open Source RTOS 
   | 
 
Go to the source code of this file.
Macros | |
| #define | ITERABLE_SECTION_ROM(struct_type, subalign) | 
| Define a read-only iterable section output.   | |
| #define | ITERABLE_SECTION_ROM_NUMERIC(struct_type, subalign) | 
| Define a read-only iterable section output, sorted numerically.   | |
| #define | ITERABLE_SECTION_ROM_GC_ALLOWED(struct_type, subalign) | 
| Define a garbage collectable read-only iterable section output.   | |
| #define | ITERABLE_SECTION_RAM(struct_type, subalign) | 
| Define a read-write iterable section output.   | |
| #define | ITERABLE_SECTION_RAM_NUMERIC(struct_type, subalign) | 
| Define a read-write iterable section output, sorted numerically.   | |
| #define | ITERABLE_SECTION_RAM_GC_ALLOWED(struct_type, subalign) | 
| Define a garbage collectable read-write iterable section output.   | |