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

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.