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
Param | Description |
---|---|
enable | Start/Stop test mode |
mode | Transmission mode |
modulation | Transmission modulation |
pwrLevel | Transmission power level |
pch | Physical 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.