1.3.5.4.12 CL_NULL_PlmeResetRequest Function

C

void CL_NULL_PlmeResetRequest(uint16_t pch);

Summary

Request a reset of the functional state of the PHY layer.

Description

This routine is used to request a reset of the functional state 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_PlmeResetRequest(16);

Remarks

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