English
Language : 

ZAURA Datasheet, PDF (66/99 Pages) –
ZAURA RF Wireless Library
Programmer’s Reference Manual
54
ZAURA_RF_GetTxPwr
Description This function returns a 3-bit value indicating the current transmit
power level setting of the radio. The default transmit power level is
specified in the TxPwr member of the ZAURA_RF_Params structure.
The transmit power level can be modified using
ZAURA_RF_SetTxPwr function or the pwr shell command.
Syntax
UINT8 ZAURA_RF_GetTxPwr( void );
Parameters None.
Returns Power level setting (between 0 and 7) used during transmission.
See Also ZAURA_RF_SetTxPwr, ZAURA_RF_GetParams,
ZAURA_RF_PARAMS Structure
Example
UINT8 CurPwr;
CurPwr = ZAURA_RF_GetTxPwr();
ZAURA RF Wireless Radio Configuration API
RM006003-1011