1.1.1.11 WDRV_WINC_Tasks

C

void WDRV_WINC_Tasks
(
    SYS_MODULE_OBJ object
)

Description

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

Precondition

WDRV_WINC_Initialize must have been called.

Parameters

ParametersDescription
objectDriver object handle, returned from WDRV_WINC_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).