Searched refs:pxHeader (Results 1 – 1 of 1) sorted by relevance
66 static TraceHeader_t* pxHeader; variable240 pxHeader = (TraceHeader_t*)pxBuffer; in xTraceHeaderInitialize()242 pxHeader->uiPSF = TRACE_PSF_ENDIANESS_IDENTIFIER; in xTraceHeaderInitialize()243 pxHeader->uiVersion = TRACE_FORMAT_VERSION; in xTraceHeaderInitialize()244 pxHeader->uiPlatform = TRACE_KERNEL_VERSION; in xTraceHeaderInitialize()248 pxHeader->platformCfg[i] = platform_cfg[i]; in xTraceHeaderInitialize()254 pxHeader->uiPlatformCfgPatch = TRC_PLATFORM_CFG_PATCH; in xTraceHeaderInitialize()255 pxHeader->uiPlatformCfgMinor = TRC_PLATFORM_CFG_MINOR; in xTraceHeaderInitialize()256 pxHeader->uiPlatformCfgMajor = TRC_PLATFORM_CFG_MAJOR; in xTraceHeaderInitialize()257 pxHeader->uiNumCores = TRC_CFG_CORE_COUNT; in xTraceHeaderInitialize()[all …]