Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
D__assert.h130 #define __ASSERT_EVAL(expr1, expr2, test, fmt, ...) \ macro
141 #define __ASSERT_EVAL(expr1, expr2, test, fmt, ...) expr1 macro
147 #define __ASSERT_EVAL(expr1, expr2, test, fmt, ...) expr1 macro
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst76 __ASSERT_EVAL()
79 The ``__ASSERT_EVAL()`` macro can also be used inside kernel and application
98 This type of situation can be resolved using the __ASSERT_EVAL() macro.
102 __ASSERT_EVAL ((void) foo(),
107 The first parameter tells ``__ASSERT_EVAL()`` what to do if ``__ASSERT()`` is
108 disabled. The second parameter tells ``__ASSERT_EVAL()`` what to do if
/Zephyr-latest/kernel/include/
Dksched.h178 __ASSERT_EVAL(, int key = arch_irq_lock(); arch_irq_unlock(key), in z_unpend_first_thread()
/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c123 __ASSERT_EVAL((void)settings_subsys_init(), int err = settings_subsys_init(), !err, in otPlatCryptoInit()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.c849 __ASSERT_EVAL((void)nrf_802154_security_key_store(&key), in nrf5_config_mac_keys()