Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 3 of 3) 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__) argument
71 #define ASSERT_IMPL(condition, file, line) … argument
72 …if (!(condition)) …
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)
98 void assert(const bool condition, const char *const file, const int line);
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/utils/src/
Dutils_assert.c49 void assert(const bool condition, const char *const file, const int line) in assert() argument
51 if (!(condition)) { in assert()
/loramac-node-3.4.0/
DCHANGELOG.md554 - Fixed the frequency check condition for // ERRATA 2.1 - Sensitivity Optimization with a 500 kHz B…
714 - Fixed handling of the MAC commands which was done incorrectly the condition to verify the length …