1.4.3.7 MMHI_Tasks Function
C
void MMHI_Tasks ( SYS_MODULE_OBJ object );
Summary
Maintains the MM Host interface state machine.
Description
This function is used to maintain the MM Host interface's internal state machine.
Parameters
| Param | Description |
|---|---|
| object |
Object handle for the specified driver instance (returned from MMHI_Initialize) |
Returns
None.
Example
SYS_MODULE_OBJ sysObjMetersandmore;
while (true)
{
MMHI_Tasks (sysObjMetersandmore);
}
Remarks
It is called from System Initialize module. User Application does not need to call this function.
