Home
last modified time | relevance | path

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

/percepio-latest/DFM/include/
DdfmAlert.h103 uint32_t ulAlertType; /* The alert type */ member
192 DfmResult_t xDfmAlertBegin(uint32_t ulAlertType, const char* szAlertDescription, DfmAlertHandle_t* …
350 #define xDfmAlertBegin(ulAlertType, szAlertDescription, pxAlertHandle) ((void)(ulAlertType), (void)…
/percepio-latest/DFM/
DdfmAlert.c170 DfmResult_t xDfmAlertBegin(uint32_t ulAlertType, const char* szAlertDescription, DfmAlertHandle_t* … in xDfmAlertBegin() argument
211 pxAlert->ulAlertType = ulAlertType; in xDfmAlertBegin()
467 *pulAlertType = pxAlert->ulAlertType; in xDfmAlertGetType()
886 pxAlert->ulAlertType = 0; in prvDfmAlertReset()