1.3.5.3.3 MAC_Tasks Function

C

void MAC_Tasks(void);

Summary

Maintains the MAC layer state machine.

Description

This function is used to maintain the MAC layer internal state machine and generate callbacks.

Precondition

The MAC_Initialize function should have been called before calling this function.

Parameters

None.

Returns

None.

Example

while (true)
{
    MAC_Tasks();
}

Remarks

This function must be periodically called by the user application through the PRIME Stack.