2.15.2 MAC_Wakeup Function

C

uint32_t MAC_Wakeup(void)

Summary

MAC Wakeup Callback Function from application.

Description

This function implements the post sleep functionalities. If device is going to Deep sleep, then this function must be called after device wakeup routine to retrieve the Retention RAM parameters to system RAM.

Precondition

WPAN_Init() should have been called before calling this function.

Parameters

None.

Returns

None.

Example

MAC_Wakeup();

Remarks

None.