1.2.5.2.57 TCPIP_MAC_Tasks Function

C

void TCPIP_MAC_Tasks(
    SYS_MODULE_OBJ object
);

Description

This function is used to maintain the driver's internal state machine.

Precondtions

The TCPIP_MAC_Initialize() routine must have been called for the specified MAC driver instance.

Parameters

ParametersDescription
objectObject handle for the specified driver instance (returned from TCPIP_MAC_Initialize()).

Returns

None.

Remarks

This function is normally not called directly by an application. It is called by the system's Tasks routine (SYS_Tasks).

This function will never block or access any resources that may cause it to block.