Home
last modified time | relevance | path

Searched refs:static_assert (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/modules/hal_rpi_pico/pico/
Dconfig_autogen.h25 #if !defined(__cplusplus) && !defined(static_assert)
26 #define static_assert(expr, msg...) BUILD_ASSERT((expr), "" msg) macro
/Zephyr-latest/lib/libc/minimal/include/
Dassert.h17 #define static_assert _Static_assert
/Zephyr-latest/include/zephyr/toolchain/
Dmwdt.h136 #define BUILD_ASSERT(EXPR, MSG...) static_assert(EXPR, "" MSG)
Dgcc.h76 #define BUILD_ASSERT(EXPR, MSG...) static_assert(EXPR, "" MSG)
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst130 ``static_assert``. If the evaluation fails, a build error will be generated by