1.3.2.3 WDRV_PIC32MZW_Close Function

C

void WDRV_PIC32MZW_Close(DRV_HANDLE handle)

Summary

Closes an instance of the PIC32MZW driver.

Description

This is the function that closes an instance of the MAC. All per client data is released and the handle can no longer be used after this function is called.

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.

Returns

None.

Remarks

None.