1.2.11.4 WDRV_PIC32MZW_GetStatistics Function
void WDRV_PIC32MZW_GetStatistics (
DRV_HANDLE handle, WDRV_PIC32MZW_MAC_MEM_STATISTICS *pStats
);
C
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
Param | Description |
handle | Client handle obtained by a call to WDRV_PIC32MZW_Open. |
pStats | Pointer 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.