Searched refs:__ASSERT_EVAL (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/include/zephyr/sys/ |
D | __assert.h | 130 #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/ |
D | fatal.rst | 76 __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/ |
D | ksched.h | 178 __ASSERT_EVAL(, int key = arch_irq_lock(); arch_irq_unlock(key), in z_unpend_first_thread()
|
/Zephyr-latest/modules/openthread/platform/ |
D | crypto_psa.c | 123 __ASSERT_EVAL((void)settings_subsys_init(), int err = settings_subsys_init(), !err, in otPlatCryptoInit()
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_nrf5.c | 849 __ASSERT_EVAL((void)nrf_802154_security_key_store(&key), in nrf5_config_mac_keys()
|