Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/utils/include/
Dutils_assert.h66 #define ASSERT(condition) ASSERT_IMPL((condition), __FILE__, __LINE__)
71 #define ASSERT_IMPL(condition, file, line) … macro
75 #define ASSERT_IMPL(condition, file, line) assert((condition), file, line)
81 #define ASSERT_IMPL(condition, file, line) ((void)0)
83 #define ASSERT_IMPL(condition, file, line) ((void)0)