1.3.12.4 WDRV_PIC32MZW_GetStatistics Function

C

void WDRV_PIC32MZW_GetStatistics
(
DRV_HANDLE handle,
WDRV_PIC32MZW_MAC_MEM_STATISTICS *pStats
);

Summary

Retrieves the static data of the PIC32MZW.

Description

Retrieves the static data of the PIC32MZW..

Precondition

WDRV_PIC32MZW_Initialize should have been called. WDRV_PIC32MZW_Open should have been called to obtain a valid handle.

Parameters

ParamDescription
handleClient handle obtained by a call to WDRV_PIC32MZW_Open.
pStatsPointer to buffer to receive the statistic data.

Returns

WDRV_PIC32MZW_STATUS_OK - The information has been returned.

WDRV_PIC32MZW_STATUS_INVALID_ARG - The parameters were incorrect.

Remarks

None.