Home
last modified time | relevance | path

Searched refs:__ASSERT_ON (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
D__assert.h14 #ifndef __ASSERT_ON
16 #define __ASSERT_ON CONFIG_ASSERT_LEVEL macro
22 #undef __ASSERT_ON
23 #define __ASSERT_ON 0 macro
26 #ifndef __ASSERT_ON
27 #define __ASSERT_ON 0 macro
77 #ifdef __ASSERT_ON
78 #if (__ASSERT_ON < 0) || (__ASSERT_ON > 2)
82 #if __ASSERT_ON
136 #if (__ASSERT_ON == 1)
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/
Dmain.c24 BUILD_ASSERT(__ASSERT_ON);
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/
Dmain.c24 BUILD_ASSERT(__ASSERT_ON);
/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/
Dmain.c26 BUILD_ASSERT(__ASSERT_ON);
/Zephyr-latest/lib/net_buf/
Dbuf.c318 #if __ASSERT_ON in net_buf_alloc_len_debug()
330 #if __ASSERT_ON in net_buf_alloc_len_debug()
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst20 Assertions are enabled by setting the ``__ASSERT_ON`` preprocessor symbol to a
28 The ``__ASSERT_ON`` method takes precedence over the kconfig option if both are
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c450 #if __ASSERT_ON in assert_addr_aligned()
483 #if __ASSERT_ON in assert_size_aligned()
1809 #if __ASSERT_ON in arch_mem_domain_init()
/Zephyr-latest/kernel/
Dmmu.c56 #if __ASSERT_ON
1167 #if __ASSERT_ON in z_mem_manage_init()