Home
last modified time | relevance | path

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

/TraceRecorderSource-3.4.0/
DtrcError.c18 #define GET_ERROR_WARNING_FLAG(errorCode) (pxErrorInfo->uiErrorAndWarningFlags & (1 << ((errorCode)…
19 #define SET_ERROR_WARNING_FLAG(errorCode) (pxErrorInfo->uiErrorAndWarningFlags |= (1 << ((errorCode…
26 uint32_t uiErrorAndWarningFlags; member
42 pxErrorInfo->uiErrorAndWarningFlags = 0; in xTraceErrorInitialize()