MAC_DRVR_Tasks Function
C
void MAC_DRVR_Tasks( SYS_MODULE_OBJ object );Returns
None
Description
This function is used to maintain the driver's internal state machine.
Remarks
None
Preconditions
The MAC_DRVR_Initialize() routine must have been called for the specified MAC driver instance.
Parameters
| Parameters | Description |
|---|---|
| object | Object handle for the specified driver instance (returned from MAC_DRVR_Initialize) |
