WF_TxPowerSetMinMax Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
WF_TxPowerSetMinMax Function
C
void WF_TxPowerSetMinMax(
    INT8 minTxPower, 
    INT8 maxTxPower
);
Description

After initialization the MRF24WB0MA/B max Tx power is determined by a factory-set value. This function can set a different minimum and maximum Tx power levels. However, this function can never set a maximum Tx power greater than the factory-set value, which can be read via WF_TxPowerGetFactoryMax().

Preconditions

MACInit must be called first.

Parameters
Parameters 
Description 
minTxPower 
Desired minTxPower (-10 to 10dB) 
maxTxPower 
Desired maxTxPower (-10 to 10dB) 
Returns

None.

Remarks

No conversion of units needed, input to MRF24WB0MA/B is in dB.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.