1.4.3.33 MMHI_MIB_Tasks Function

C

void MMHI_MIB_Tasks(void);

Summary

Maintains the MM Host interface MIB state machine.

Description

This function is used to maintain the MM Host interface MIB internal state machine.

Parameters

None.

Returns

None.

Example


    while (true)
    {
        MMHI_MIB_Tasks();
    }

Remarks

None.