Home
last modified time | relevance | path

Searched refs:off_code (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/drivers/
Dnrfx_common.h275 #define NRFX_FOREACH_ENABLED(periph_name, macro, sep, off_code, ...) \ argument
277 off_code, periph_name, , macro, __VA_ARGS__) NRFX_DEBRACKET sep \
279 off_code, periph_name, 0, macro, __VA_ARGS__) NRFX_DEBRACKET sep \
281 off_code, periph_name, 00, macro, __VA_ARGS__)
301 #define NRFX_FOREACH_PRESENT(periph_name, macro, sep, off_code, ...) \ argument
303 off_code, periph_name, , macro, __VA_ARGS__) NRFX_DEBRACKET sep \
305 off_code, periph_name, 0, macro, __VA_ARGS__) NRFX_DEBRACKET sep \
307 off_code, periph_name, 00, macro, __VA_ARGS__) NRFX_DEBRACKET sep \
308 _NRFX_EVAL_IF_PRESENT(, off_code, periph_name, , macro, __VA_ARGS__)
Dnrfx_utils_internal.h124 #define _NRFX_EVAL_IF_ENABLED(i, off_code, periph_name, prefix, macro, ...) \ argument
127 off_code)
145 #define _NRFX_EVAL_IF_PRESENT(i, off_code, periph_name, prefix, macro, ...) \ argument
148 off_code)