1.4.3.38 PAL_GetLessRobustModulation Function

C

uint8_t PAL_GetLessRobustModulation(uint16_t pch, uint8_t mod1, uint8_t mod2);

Summary

Get less robust modulation scheme.

Description

This routine is used to get less robust modulation scheme for a selected pch.

Precondition

The PAL_Initialize function should have been called before calling this function.

Parameters

ParamDescription
pchPhysical channel
mod1Modulation 1 to compare
mod2Modulation 2 to compare

Returns

mod1 or mod2 scheme

Example

 
    uint16_t pch=1;
    uint8_t mod;
    uint8_t mod1=PAL_PLC_DBPSK_R;
    uint8_t mod2=PAL_PLC_DQPSK;

    mod = PAL_GetLessRobustModulation(pch, mod1, mod2);

Remarks

Not available for PHY Serial.