Searched defs:cond (Results 1 – 1 of 1) sorted by relevance
| /external/platform/nrfx/mdk/ |
| A D | compiler_abstraction.h | 46 #define NRF_STATIC_ASSERT(cond, msg) argument 79 #define NRF_STATIC_ASSERT(cond, msg) \ argument 112 #define NRF_STATIC_ASSERT(cond, msg) _Static_assert(cond, msg) argument 145 #define NRF_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument 184 #define NRF_STATIC_ASSERT(cond, msg) _Static_assert(cond, msg) argument 217 #define NRF_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument
|
Completed in 3 milliseconds