Searched refs:z_zassert_ (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
| D | ztest_assert.h | 35 static inline bool z_zassert_(bool cond, const char *file, int line) in z_zassert_() function 47 #define z_zassert(cond, default_msg, file, line, func, msg, ...) z_zassert_(cond, file, line)
|