Home
last modified time | relevance | path

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

/percepio-3.5.0/TraceRecorder/
DtrcError.c18 #define GET_ERROR_WARNING_FLAG(errorCode) (pxErrorInfo->uiErrorAndWarningFlags & (1UL << ((errorCod… macro
51 if (GET_ERROR_WARNING_FLAG(uiErrorCode) == 0u) in xTraceWarning()