DRV_GMAC_Close Function
C
void DRV_GMAC_Close(DRV_HANDLE hMac);
Returns
None
Description
This function closes a client instance of the PIC32 MAC Driver.
Remarks
None
Preconditions
DRV_GMAC_Open() should have been called.
Parameters
Parameters | Description |
---|---|
hMac | valid MAC handle, obtained by a call to DRV_GMAC_Open |