Home
last modified time | relevance | path

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

/percepio-latest/DFM/
DdfmSession.c57 pxDfmSessionData->ulEnabled = DFM_DISABLED; in xDfmSessionInitialize()
136 …FM_SESSION_STORAGE_DUMMY_VALUE) || ((ulOverride == 1UL) && (ulStoredEnabledValue == DFM_DISABLED))) in xDfmSessionEnable()
147 if (ulStoredEnabledValue == DFM_DISABLED) in xDfmSessionEnable()
184 if (ulStoredEnabledValue != DFM_DISABLED) in xDfmSessionDisable()
188 pxSessionStorage->ulEnabled = DFM_DISABLED; in xDfmSessionDisable()
196 pxDfmSessionData->ulEnabled = DFM_DISABLED; in xDfmSessionDisable()
/percepio-latest/DFM/include/
DdfmDefines.h32 #define DFM_DISABLED (0x71289203UL) macro