Searched defs:sep (Results 1 – 3 of 3) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/ |
| D | nrfx_utils_internal.h | 285 #define _NRFX_FOR_EACH_IDX_FIXED_ARG(F, sep, fixed_arg, ...) \ argument 293 #define _NRFX_FOR_EACH_FIXED_ARG(F, sep, fixed_arg, ...) \ argument 301 #define _NRFX_FOR_EACH_IDX(F, sep, ...) \ argument 305 #define _NRFX_FOR_EACH(F, sep, ...) \ argument 311 #define _NRFX_FOR_EACH_ENGINE(x, sep, fixed_arg0, fixed_arg1, ...) \ argument 397 #define _NRFX_LISTIFY_0(F, sep, ...) argument 399 #define _NRFX_LISTIFY_1(F, sep, ...) \ argument 402 #define _NRFX_LISTIFY_2(F, sep, ...) \ argument 406 #define _NRFX_LISTIFY_3(F, sep, ...) \ argument 410 #define _NRFX_LISTIFY_4(F, sep, ...) \ argument [all …]
|
| D | nrfx_utils.h | 157 #define NRFX_LISTIFY(LEN, F, sep, ...) \ argument 234 #define NRFX_FOR_EACH(F, sep, ...) \ argument 261 #define NRFX_FOR_EACH_IDX(F, sep, ...) \ argument 289 #define NRFX_FOR_EACH_FIXED_ARG(F, sep, fixed_arg, ...) \ argument 317 #define NRFX_FOR_EACH_IDX_FIXED_ARG(F, sep, fixed_arg, ...) \ argument
|
| D | nrfx_common.h | 275 #define NRFX_FOREACH_ENABLED(periph_name, macro, sep, off_code, ...) \ argument 301 #define NRFX_FOREACH_PRESENT(periph_name, macro, sep, off_code, ...) \ argument
|