Searched refs:uiTraceSystemState (Results 1 – 6 of 6) sorted by relevance
103 else if (pxTraceRecorderData->uiTraceSystemState == TRC_STATE_IN_TASKSWITCH) in cortex_a9_r5_enter_critical()105 else if (uiTraceSystemState == TRC_STATE_IN_TASKSWITCH) in cortex_a9_r5_enter_critical()112 else if (pxTraceRecorderData->uiTraceSystemState != TRC_STATE_IN_TASKSWITCH) in cortex_a9_r5_enter_critical()114 else if (uiTraceSystemState != TRC_STATE_IN_TASKSWITCH) in cortex_a9_r5_enter_critical()
149 pxTraceRecorderData->uiTraceSystemState = TRC_STATE_IN_STARTUP; in xTraceInitialize()
96 volatile uint32_t uiTraceSystemState = TRC_STATE_IN_STARTUP; variable
1610 uint32_t uiTraceSystemState; member1694 …t(uiState) TRC_COMMA_EXPR_TO_STATEMENT_EXPR_2(pxTraceRecorderData->uiTraceSystemState = (uiState),…1704 …_COMMA_EXPR_TO_STATEMENT_EXPR_2(*(puiState) = pxTraceRecorderData->uiTraceSystemState, TRC_SUCCESS)
442 extern volatile uint32_t uiTraceSystemState;
1273 extern volatile uint32_t uiTraceSystemState;1278 uiTraceSystemState = TRC_STATE_IN_TASKSWITCH; \1280 uiTraceSystemState = TRC_STATE_IN_APPLICATION;