Searched defs:arg1 (Results 1 – 1 of 1) sorted by relevance
| /hal_nordic-latest/nrfx/drivers/ |
| D | nrfx_utils_internal.h | 200 #define __NRFX_GET_ARG4(arg1, arg2, arg3, arg4, ...) arg4 argument 204 #define __NRFX_GET_ARG3(arg1, arg2, arg3, ...) arg3 argument 208 #define __NRFX_GET_ARG2(arg1, arg2, ...) arg2 argument 212 #define __NRFX_GET_ARG1(arg1, ...) arg1 argument
|