Searched defs:_ZBUS_ASSERT (Results 1 – 1 of 1) sorted by relevance
177 #define _ZBUS_ASSERT(_cond, _fmt, ...) \ macro187 #define _ZBUS_ASSERT(_cond, _fmt, ...) __ASSERT(_cond, _fmt, ##__VA_ARGS__) macro