English
Language : 

ZAURA Datasheet, PDF (67/99 Pages) –
ZAURA RF Wireless Library
Programmer’s Reference Manual
55
ZAURA_RF_SetTxPwr
Description This function modifies the power level at which the radio transmits. If
the Pwr parameter is between 0 and 7, the radio configuration is modi-
fied, the new power level is stored in the ZAURA_RF_Params struc-
ture and ZAURA_RF_SUCCESS is returned. If the power level is
invalid, ZAURA_RF_INVALID_PARAM is returned and the current
radio configuration is not modified.
Syntax
ZAURA_RF_STATUS ZAURA_RF_SetTxPwr( UINT8 Pwr );
Parameters Pwr: Specifies the new transmit power level setting. Valid settings are:
0 +13dBm
1 +10dBm
2 +7dBm
3 +4dBm
4 +1dBm
5 –2dBm
6 –5dBm
7 –8dBm
Returns ZAURA_RF_SUCCESS, ZAURA_RF_INVALID_PARAM
See Also
Example
ZAURA_RF_GetTxPwr, ZAURA_RF_SetParams,
ZAURA_RF_PARAMS Structure
ZAURA_RF_STATUS Status;
Status = ZAURA_RF_SetTxPwr( 0 );
RM006003-1011
ZAURA_RF_SetTxPwr