3.1.10 PAL_GetTrxTransmitPowerMax Function

C

int8_t PAL_GetTrxTransmitPowerMax(void)

Summary

Gets the transceiver's maximum transmit power in dBm.

Description

This function returns the maximum transmit power that can be set in the Transceiver as per Regulatory region selected in Device support library. User cannot set the Tx power beyond this value

Precondition

None

Parameters

ParamDescription
OutputInteger value holding the maximum transmit power of the transceiver that can be set by higher layer

Returns

None

Example

int8_t txpwrMax = INT8_MAX;
txpwrMax = PAL_GetTrxTransmitPowerMax();
printf ("Maximum Tx Pwr Value - %i", txpwrMax);

Remarks

Transmit Power Max value as per Regulatory region