MAC_DRVR_Status Function
C
SYS_STATUS MAC_DRVR_Status( SYS_MODULE_OBJ object );
Returns
SYS_STATUS_READY - Indicates that any previous module operation for the specified module has completed
SYS_STATUS_BUSY - Indicates that a previous module operation for the specified module has not yet completed
SYS_STATUS_ERROR - Indicates that the specified module is in an error state
Description
This function provides the current status of the MAC driver module.
Remarks
None
Preconditions
The MAC_DRVR_Initialize() function must have been called before calling this function.
Parameters
Parameters | Description |
---|---|
object | Driver object handle, returned from MAC_DRVR_Initialize |