Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/mdk/
Dcompiler_abstraction.h116 #define NRF_STATIC_ASSERT(cond, msg) \ argument
194 #define NRF_STATIC_ASSERT(cond, msg) _Static_assert(cond, msg) argument
277 #define NRF_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument
369 #define NRF_STATIC_ASSERT(cond, msg) _Static_assert(cond, msg) argument
442 #define NRF_STATIC_ASSERT(cond, msg) static_assert(cond, msg) argument