Home
last modified time | relevance | path

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

/hal_telink-latest/tlsr9/ble/common/
Dmacro_trick.h61 #define VA_NARGS_IMPL(_1, _2, _3, _4, _5, _6, _7, _8 , _9, _10, N, ...) N macro
62 #define VA_NARGS(...) VA_NARGS_IMPL(X,##__VA_ARGS__, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0)