Searched defs:assert (Results 1 – 8 of 8) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/sys/ |
| A D | sys_debug.h | 149 #define _R_ASSERT(assert, module, dlevel, msg, arg...) \ argument 164 #define _R_ASSERT_ABORT(assert, module, dlevel, msg, arg...) \ argument 217 #define R_ASSERT(assert, module, msg, arg...) \ argument 220 #define R_ASSERT_ABORT(assert, module, msg, arg...) \ argument 231 #define assert(condition) R_ASSERT(condition, MOD_DBG_ALW_ON, "condition %s is fault. errno is %d.\… macro 272 #define _R_ASSERT(assert, module, dlevel, msg, arg...) argument 274 #define _R_ASSERT_ABORT(assert, module, dlevel, msg, arg...) argument 294 #define R_ASSERT(assert, module, msg, arg...) argument 296 #define R_ASSERT_ABORT(assert, module, msg, arg...) argument 299 #define assert(condition) macro
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/utils/src/ |
| A D | utils_assert.c | 39 void assert(const bool condition, const char *const file, const int line) in assert() function
|
| /bsp/microchip/samc21/bsp/hal/utils/src/ |
| A D | utils_assert.c | 39 void assert(const bool condition, const char *const file, const int line) in assert() function
|
| /bsp/microchip/saml10/bsp/hal/utils/src/ |
| A D | utils_assert.c | 39 void assert(const bool condition, const char *const file, const int line) in assert() function
|
| /bsp/microchip/same70/bsp/hal/utils/src/ |
| A D | utils_assert.c | 39 void assert(const bool condition, const char *const file, const int line) in assert() function
|
| /bsp/microchip/same54/bsp/hal/utils/src/ |
| A D | utils_assert.c | 39 void assert(const bool condition, const char *const file, const int line) in assert() function
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/utils/src/ |
| A D | utils_assert.c | 39 void assert(const bool condition, const char *const file, const int line) in assert() function
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | hal_reset.h | 34 int (*assert)(struct reset_control_dev *rcdev, hal_reset_id_t id); member
|
Completed in 52 milliseconds