Searched refs:fixed_arg (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/include/zephyr/sys/ |
D | util_macro.h | 613 #define FOR_EACH_FIXED_ARG(F, sep, fixed_arg, ...) \ argument 614 Z_FOR_EACH_FIXED_ARG(F, sep, fixed_arg, REVERSE_ARGS(__VA_ARGS__)) 641 #define FOR_EACH_IDX_FIXED_ARG(F, sep, fixed_arg, ...) \ argument 642 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-latest/include/zephyr/zbus/ |
D | zbus.h | 237 #define FOR_EACH_FIXED_ARG_NONEMPTY_TERM(F, sep, fixed_arg, ...) \ argument 243 F, sep, fixed_arg, \
|
/Zephyr-latest/tests/unit/util/ |
D | main.c | 372 #define FOO(n, arg, fixed_arg) \ in ZTEST() argument 373 uint8_t fixed_arg##n = arg in ZTEST()
|