Searched refs:maxBandTxPower (Results 1 – 3 of 3) sorted by relevance
606 int8_t RegionCommonLimitTxPower( int8_t txPower, int8_t maxBandTxPower );
660 int8_t RegionCommonLimitTxPower( int8_t txPower, int8_t maxBandTxPower ) in RegionCommonLimitTxPower() argument663 return MAX( txPower, maxBandTxPower ); in RegionCommonLimitTxPower()
49 static int8_t LimitTxPower( int8_t txPower, int8_t maxBandTxPower, int8_t datarate, uint16_t* chann… in LimitTxPower() argument54 txPowerResult = RegionCommonLimitTxPower( txPower, maxBandTxPower ); in LimitTxPower()