Home
last modified time | relevance | path

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

/percepio-latest/DFM/
DdfmStorage.c16 static DfmStorageData_t* pxStorageData = (void*)0; variable
29 pxStorageData = pxBuffer; in xDfmStorageInitialize()
31 …if (xDfmStoragePortInitialize(&pxStorageData->xStoragePortData) == DFM_FAIL) /*cstat !MISRAC2012-R… in xDfmStorageInitialize()
36 pxStorageData->ulInitialized = 1; in xDfmStorageInitialize()
43 if (pxStorageData == (void*)0) in xDfmStorageStoreSession()
48 if (pxStorageData->ulInitialized == 0UL) in xDfmStorageStoreSession()
73 if (pxStorageData == (void*)0) in xDfmStorageGetSession()
78 if (pxStorageData->ulInitialized == 0UL) in xDfmStorageGetSession()
105 if (pxStorageData == (void*)0) in xDfmStorageStoreAlert()
110 if (pxStorageData->ulInitialized == 0UL) in xDfmStorageStoreAlert()
[all …]