Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/region/
DRegionUS915.c51 int8_t txPowerResult = txPower; in LimitTxPower() local
54 txPowerResult = RegionCommonLimitTxPower( txPower, maxBandTxPower ); in LimitTxPower()
58 txPowerResult = MAX( txPower, TX_POWER_2 ); in LimitTxPower()
64 txPowerResult = MAX( txPower, TX_POWER_5 ); in LimitTxPower()
67 return txPowerResult; in LimitTxPower()