Searched refs:condition (Results 1 – 3 of 3) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/utils/include/ |
D | utils_assert.h | 66 #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/ |
D | utils_assert.c | 49 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/ |
D | CHANGELOG.md | 554 - 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 …
|