Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 1 of 1) sorted by relevance

/external/platform/nrfx/mdk/
A Dcompiler_abstraction.h46 #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