1.3.5.4.14 CL_NULL_PlmeResumeRequest Function
C
void CL_NULL_PlmeResumeRequest(uint16_t pch);
Summary
Request to resume all suspended activities of the PHY layer.
Description
This routine is used to request to resume all suspended activities of the PHY layer.
Precondition
The CL_NULL_Initialize routine must have been called before.
Parameters
Param | Description |
---|---|
pch | Physical channel (v1.4) |
Returns
None.
Example
CL_NULL_PlmeResumeRequest(16);
Remarks
The result of the request is returned in the confirm callback.