Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_Report.c13 #define TAS (&test_report.assertions) /* Total assertions */
325 test_report.assertions.info.passed[TAS->passed].module = fn;
326 test_report.assertions.info.passed[TAS->passed].line = ln;
331 test_report.assertions.info.failed[TAS->failed].module = fn;
332 test_report.assertions.info.failed[TAS->failed].line = ln;
337 test_report.assertions.info.warnings[TAS->warnings].module = fn;
338 test_report.assertions.info.warnings[TAS->warnings].line = ln;
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Include/
DCV_Report.h67 AS_STAT assertions; /* Total assertions statistics */ member
/trusted-firmware-m-latest/docs/design_docs/software/
Dhardware_abstraction_layer.rst94 :term:`TFM` can provide assertions to detect common programming errors but