Home
last modified time | relevance | path

Searched refs:call (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/drivers/
Dnrfx_utils_internal.h1430 #define _NRFX_FOR_LOOP_0(call, sep, fixed_arg0, fixed_arg1, ...) argument
1432 #define _NRFX_FOR_LOOP_1(call, sep, fixed_arg0, fixed_arg1, x) \ argument
1433 call(0, x, fixed_arg0, fixed_arg1)
1435 #define _NRFX_FOR_LOOP_2(call, sep, fixed_arg0, fixed_arg1, x, ...) \ argument
1436 _NRFX_FOR_LOOP_1(call, sep, fixed_arg0, fixed_arg1, ##__VA_ARGS__) \
1438 call(1, x, fixed_arg0, fixed_arg1)
1440 #define _NRFX_FOR_LOOP_3(call, sep, fixed_arg0, fixed_arg1, x, ...) \ argument
1441 _NRFX_FOR_LOOP_2(call, sep, fixed_arg0, fixed_arg1, ##__VA_ARGS__) \
1443 call(2, x, fixed_arg0, fixed_arg1)
1445 #define _NRFX_FOR_LOOP_4(call, sep, fixed_arg0, fixed_arg1, x, ...) \ argument
[all …]
/hal_nordic-latest/nrfx/samples/doc/
Dnrfx_examples.doxyfile2530 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2534 # So in most cases it will be better to enable call graphs for selected
2535 # functions only using the \callgraph command. Disabling a call graph can be
/hal_nordic-latest/nrfx/doc/
Dnrfx.doxyfile2542 # If the CALL_GRAPH tag is set to YES then doxygen will generate a call
2546 # So in most cases it will be better to enable call graphs for selected
2547 # functions only using the \callgraph command. Disabling a call graph can be
/hal_nordic-latest/nrfx/
DCHANGELOG.md267 - Removed a spurious function call causing aborting of endpoints in the SUSPEND event for the USBD …