Searched defs:varname (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | iterable_sections.h | 42 #define TYPE_SECTION_ITERABLE(type, varname, secname, section_postfix) \ argument 188 #define STRUCT_SECTION_ITERABLE_ALTERNATE(secname, struct_type, varname) \ argument 197 #define STRUCT_SECTION_ITERABLE_ARRAY_ALTERNATE(secname, struct_type, varname, \ argument 216 #define STRUCT_SECTION_ITERABLE(struct_type, varname) \ argument 224 #define STRUCT_SECTION_ITERABLE_ARRAY(struct_type, varname, size) \ argument 234 #define STRUCT_SECTION_ITERABLE_NAMED(struct_type, name, varname) \ argument 244 #define STRUCT_SECTION_ITERABLE_NAMED_ALTERNATE(struct_type, secname, name, varname) \ argument
|