C
void WF_TxPowerGetMax( INT8 * p_maxTxPower );
Description
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 |
p_maxTxPower |
Pointer to location to write the maxTxPower |
Returns
None.
Remarks
No conversion of units needed, input to MRF24WG0MA/B is in dBm.