Home
last modified time | relevance | path

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

/percepio-3.7.0/TraceRecorder/include/
DtrcAssert.h44 #define TRC_ASSERT_CUSTOM_ON_FAIL(__condition, __custom_on_fail) if (!(__condition)) { prvTraceAsse… macro
46 #define TRC_ASSERT_CUSTOM_ON_FAIL_ALWAYS_EVALUATE TRC_ASSERT_CUSTOM_ON_FAIL
113 #define TRC_ASSERT_CUSTOM_ON_FAIL(__condition, __custom_on_fail)
/percepio-3.7.0/TraceRecorder/
DtrcEntryTable.c325TRC_ASSERT_CUSTOM_ON_FAIL(xTraceIsComponentInitialized(TRC_RECORDER_COMPONENT_ENTRY), return (void… in xTraceEntryGetAddressReturn()
329TRC_ASSERT_CUSTOM_ON_FAIL(VALIDATE_ENTRY_HANDLE(xEntryHandle), return (void*)0); /*cstat !MISRAC20… in xTraceEntryGetAddressReturn()