Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dutil_internal.h122 #define _CONCAT_3(arg, ...) UTIL_CAT(arg, _CONCAT_2(__VA_ARGS__)) macro
123 #define _CONCAT_4(arg, ...) UTIL_CAT(arg, _CONCAT_3(__VA_ARGS__))
/Zephyr-latest/drivers/i2c/
Di2c_nrfx_twis.c26 _CONCAT_3(nrfx_twis_, id, _irq_handler)