Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/testsuite/include/zephyr/
Dfff.h8717 #define DEFINE_FUNC_VALUE_(N, ...) EXPAND(DEFINE_FUNC_VALUE_N(N, __VA_ARGS__))
8719 #define DEFINE_FUNC_VALUE_N(N, ...) EXPAND(DEFINE_FAKE_VALUE_FUNC##N(__VA_ARGS__)) macro