1.3.5.4.15 CL_NULL_PlmeTestModeRequest Function

C

void CL_NULL_PlmeTestModeRequest
(
    uint8_t enable,
    uint8_t mode,
    uint8_t modulation,
    uint8_t pwrLevel,
    uint16_t pch
);

Summary

Request the PHY layer to enter the given test mode.

Description

This routine is used to request the PHY layer to enter the given test mode.

Precondition

The CL_NULL_Initialize routine must have been called before.

Parameters

ParamDescription
enableStart/Stop test mode
modeTransmission mode
modulationTransmission modulation
pwrLevelTransmission power level
pchPhysical channel (v1.4)

Returns

None.

Example

CL_NULL_PlmeTestModeRequest(0, PAL_MODE_TYPE_B, PAL_PLC_DBPSK_R, 10, 16);

Remarks

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