Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 2 of 2) 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
80 ;enum { NRF_STRING_CONCATENATE(static_assert_on_line_, __LINE__) = 1 / (!!(cond)) }
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
/external/platform/nrfx/doc/
A Dnrfx.doxyfile646 # sections, marked by \if <section_label> ... \endif and \cond <section_label>

Completed in 8 milliseconds