WF_TxPowerSetMax Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
WF_TxPowerSetMax Function
C
void WF_TxPowerSetMax(
    INT8 maxTxPower
);
Description

Tx Power Control Functions 

After initialization the MRF24WG0MA/B max Tx power is determined by a factory-set value. This function can set a different 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 
maxTxPower 
valid range (0 to 18 dBm) 
Returns

None.

Remarks

No conversion of units needed, input to MRF24WG0MA/B is in dBm.

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