Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A D__assert.h66 #ifndef __ASSERT_ON
67 #define __ASSERT_ON CONFIG_ASSERT_LEVEL macro
72 #undef __ASSERT_ON
73 #define __ASSERT_ON 0 macro
112 #ifdef __ASSERT_ON
113 #if (__ASSERT_ON < 0) || (__ASSERT_ON > 2)
117 #if __ASSERT_ON
159 #if (__ASSERT_ON == 1)

Completed in 2 milliseconds