Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/
DRCL_Debug.h39 #define RCL_Debug_assert(expr) (expr ? (void)0 : RCL_Debug_assertProxy(assert_str(expr), __FILE__, …
42 extern void __attribute__((weak)) RCL_Debug_assertProxy(const char *expr, const char *file, int lin…
DRCL_Debug.c43 __attribute__((weak)) void RCL_Debug_assertProxy(const char *expr, const char *file, int line) in RCL_Debug_assertProxy() function