Searched refs:mcuboot_assert_handler (Results 1 – 2 of 2) sorted by relevance
9 extern void mcuboot_assert_handler(const char *file, int line, const char *func);17 mcuboot_assert_handler(__FILE__, __LINE__, __func__); \
424 void mcuboot_assert_handler(const char *file, int line, const char *func) in mcuboot_assert_handler() function