Searched refs:pusChunkCount (Results 1 – 2 of 2) sorted by relevance
214 DfmResult_t xDfmEntryGetChunkCount(DfmEntryHandle_t xEntryHandle, uint16_t* pusChunkCount);344 #define xDfmEntryGetChunkCount(xEntryHandle, pusChunkCount) (DFM_FAIL)
752 DfmResult_t xDfmEntryGetChunkCount(DfmEntryHandle_t xEntryHandle, uint16_t* pusChunkCount) in xDfmEntryGetChunkCount() argument771 if (pusChunkCount == (void*)0) in xDfmEntryGetChunkCount()778 *pusChunkCount = pxEntryHeader->usChunkCount; in xDfmEntryGetChunkCount()