1.3.5.4.13 CL_NULL_PlmeSleepRequest Function

C

void CL_NULL_PlmeSleepRequest(uint16_t pch);

Summary

Request a suspension of all present activities of the PHY layer.

Description

This routine is used to request a suspension of all present activities of the PHY layer.

Precondition

The CL_NULL_Initialize routine must have been called before.

Parameters

ParamDescription
pchPhysical channel (v1.4)

Returns

None.

Example

CL_NULL_PlmeSleepRequest(16);

Remarks

The result of the request is returned in the confirm callback.