Home
last modified time | relevance | path

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

/mcuboot-latest/sim/mcuboot-sys/csupport/mcuboot_config/
Dmcuboot_assert.h25 void sim_assert(int, const char *test, const char *, unsigned int, const char *);
26 #define ASSERT(x) sim_assert((x), #x, __FILE__, __LINE__, __func__)
/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c518 void sim_assert(int x, const char *assertion, const char *file, unsigned int line, const char *func… in sim_assert() function