DRV_MIIM_Deinitialize Function

C

void DRV_MIIM_Deinitialize(SYS_MODULE_OBJ object); 

Returns

None.

Description

This function deinitializes the specified instance of the MIIM driver module, disabling its operation (and any hardware)and invalidates all of the internal data.

Remarks

  • Once the Initialize operation has been called, the Deinitialize operation must be called before the Initialize operation can be called again.

Preconditions

The DRV_MIIM_Initialize function must have been called before calling this routine and a valid SYS_MODULE_OBJ must have been returned.