Home
last modified time | relevance | path

Searched refs:maxBandTxPower (Results 1 – 3 of 3) sorted by relevance

/loramac-node-3.4.0/src/mac/region/
DRegionCommon.h606 int8_t RegionCommonLimitTxPower( int8_t txPower, int8_t maxBandTxPower );
DRegionCommon.c660 int8_t RegionCommonLimitTxPower( int8_t txPower, int8_t maxBandTxPower ) in RegionCommonLimitTxPower() argument
663 return MAX( txPower, maxBandTxPower ); in RegionCommonLimitTxPower()
DRegionUS915.c49 static int8_t LimitTxPower( int8_t txPower, int8_t maxBandTxPower, int8_t datarate, uint16_t* chann… in LimitTxPower() argument
54 txPowerResult = RegionCommonLimitTxPower( txPower, maxBandTxPower ); in LimitTxPower()