WF_TxPowerGetMinMax Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
WF_TxPowerGetMinMax Function
C
void WF_TxPowerGetMinMax(
    INT8 * p_minTxPower, 
    INT8 * p_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 
p_minTxPower 
Pointer to location to write the minTxPower 
p_maxTxPower 
Pointer to location to write the maxTxPower 
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.