Searched refs:usChunkCount (Results 1 – 4 of 4) sorted by relevance
| /percepio-latest/DFM/ |
| D | dfmCloud.c | 119 uint16_t usChunkCount = (uint16_t)0; in xDfmCloudGenerateMQTTTopic() local 177 if (xDfmEntryGetChunkCount(xEntryHandle, &usChunkCount) == DFM_FAIL) in xDfmCloudGenerateMQTTTopic() 192 …ame, szSessionId, (unsigned int)ulAlertId, (unsigned int)usChunkIndex, (unsigned int)usChunkCount); in xDfmCloudGenerateMQTTTopic() 195 …d, (unsigned int)ulAlertId, (unsigned int)usChunkIndex, (unsigned int)usChunkCount, (unsigned int)… in xDfmCloudGenerateMQTTTopic() 198 …d, (unsigned int)ulAlertId, (unsigned int)usChunkIndex, (unsigned int)usChunkCount, (unsigned int)… in xDfmCloudGenerateMQTTTopic()
|
| D | dfmEntry.c | 26 uint16_t usChunkCount; member 56 …(uint16_t usType, uint16_t usEntryId, uint16_t usChunkIndex, uint16_t usChunkCount, uint32_t ulDes… 120 if (pxEntryHeader->usChunkIndex > pxEntryHeader->usChunkCount) in prvDfmEntryVerify() 128 …(uint16_t usType, uint16_t usEntryId, uint16_t usChunkIndex, uint16_t usChunkCount, uint32_t ulDes… in prvDfmEntrySetup() argument 166 if (usChunkIndex > usChunkCount) in prvDfmEntrySetup() 196 pxEntryHeader->usChunkCount = usChunkCount; in prvDfmEntrySetup() 401 …e_t xAlertHandle, uint16_t usEntryId, uint16_t usChunkIndex, uint16_t usChunkCount, void* pvPayloa… in xDfmEntryCreatePayloadChunk() argument 418 …if (prvDfmEntrySetup((uint16_t)(DFM_ENTRY_TYPE_PAYLOAD), usEntryId, usChunkIndex, usChunkCount, (u… in xDfmEntryCreatePayloadChunk() 778 *pusChunkCount = pxEntryHeader->usChunkCount; in xDfmEntryGetChunkCount()
|
| D | dfmAlert.c | 910 uint16_t j, usChunkCount; in prvDfmProcessAlert() local 938 …usChunkCount = (uint16_t)(((pxDfmAlertData->xPayloads[i].ulSize - 1UL) / (uint32_t)(DFM_CFG_MAX_PA… in prvDfmProcessAlert() 955 for (j = 0; j < usChunkCount; j++) in prvDfmProcessAlert() 963 …hunk((DfmAlertHandle_t)pxAlert, (uint16_t)(i + 1UL), j + (uint16_t)1, usChunkCount, (void*)((uintp… in prvDfmProcessAlert()
|
| /percepio-latest/DFM/include/ |
| D | dfmEntry.h | 104 …e_t xAlertHandle, uint16_t usEntryId, uint16_t usChunkIndex, uint16_t usChunkCount, void* pvPayloa… 334 #define xDfmEntryCreatePayloadChunk(xAlertHandle, usEntryId, usChunkIndex, usChunkCount, pvPayload,…
|