Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Include/
DCV_Typedefs.h56 #define ASSERT_TRUE(cond) (void)__assert_true (__FILENAME__, __LINE__, (cond) ? 1U : 0U)
DCV_Report.h87 extern TC_RES __assert_true (const char *fn, uint32_t ln, uint32_t cond);
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_Report.c358 TC_RES __assert_true (const char *fn, uint32_t ln, uint32_t cond) { function