Searched refs:fixed_arg (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | util_macro.h | 561 #define FOR_EACH_FIXED_ARG(F, sep, fixed_arg, ...) \ argument 562 Z_FOR_EACH_FIXED_ARG(F, sep, fixed_arg, REVERSE_ARGS(__VA_ARGS__)) 589 #define FOR_EACH_IDX_FIXED_ARG(F, sep, fixed_arg, ...) \ argument 590 Z_FOR_EACH_IDX_FIXED_ARG(F, sep, fixed_arg, REVERSE_ARGS(__VA_ARGS__))
|
D | util_loops.h | 1057 #define Z_FOR_EACH_IDX_FIXED_ARG(F, sep, fixed_arg, ...) \ argument 1059 F, fixed_arg, __VA_ARGS__) 1064 #define Z_FOR_EACH_FIXED_ARG(F, sep, fixed_arg, ...) \ argument 1066 F, fixed_arg, __VA_ARGS__)
|
/Zephyr-Core-3.5.0/include/zephyr/zbus/ |
D | zbus.h | 195 #define FOR_EACH_FIXED_ARG_NONEMPTY_TERM(F, sep, fixed_arg, ...) \ argument 201 F, sep, fixed_arg, \
|
/Zephyr-Core-3.5.0/tests/unit/util/ |
D | test.inc | 350 #define FOO(n, arg, fixed_arg) \ 351 uint8_t fixed_arg##n = arg
|