Home
last modified time | relevance | path

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

/percepio-latest/TraceRecorder/
DtrcError.c16 #define GET_ERROR_WARNING_FLAG(errorCode) (pxErrorInfo->uiErrorAndWarningFlags & (1UL << ((errorCod…
17 #define SET_ERROR_WARNING_FLAG(errorCode) (pxErrorInfo->uiErrorAndWarningFlags |= (1UL << ((errorCo…
31 pxErrorInfo->uiErrorAndWarningFlags = 0u; in xTraceErrorInitialize()
/percepio-latest/TraceRecorder/include/
DtrcError.h34 uint32_t uiErrorAndWarningFlags; member