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