Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/src/
H A Dkservice.c1297 void (*rt_assert_hook)(const char *ex, const char *func, rt_size_t line); variable
1305 rt_assert_hook = hook; in rt_assert_set_hook()
1319 if (rt_assert_hook == RT_NULL) in rt_assert_handler()
1336 rt_assert_hook(ex_string, func, line); in rt_assert_handler()
/nrf52832-nimble/rt-thread/include/
H A Drtthread.h535 extern void (*rt_assert_hook)(const char *ex, const char *func, rt_size_t line);
/nrf52832-nimble/rt-thread/
H A DChangeLog.md555 * 增加rt_assert_hook,在触发断言时可以执行这个钩子函数;