Home
last modified time | relevance | path

Searched refs:txPower (Results 1 – 25 of 26) sorted by relevance

12

/loramac-node-latest/src/mac/region/
DRegionCommon.c383 int8_t txPower = verifyParams->TxPower; in RegionCommonLinkAdrReqVerifyParams() local
392 txPower = verifyParams->CurrentTxPower; in RegionCommonLinkAdrReqVerifyParams()
409 if( txPower == 0x0F ) in RegionCommonLinkAdrReqVerifyParams()
411 txPower = verifyParams->CurrentTxPower; in RegionCommonLinkAdrReqVerifyParams()
413 …else if( RegionCommonValueInRange( txPower, verifyParams->MaxTxPower, verifyParams->MinTxPower ) =… in RegionCommonLinkAdrReqVerifyParams()
416 if( verifyParams->MaxTxPower > txPower ) in RegionCommonLinkAdrReqVerifyParams()
418 txPower = verifyParams->MaxTxPower; in RegionCommonLinkAdrReqVerifyParams()
438 *txPow = txPower; in RegionCommonLinkAdrReqVerifyParams()
606 int8_t RegionCommonLimitTxPower( int8_t txPower, int8_t maxBandTxPower ) in RegionCommonLimitTxPower() argument
609 return MAX( txPower, maxBandTxPower ); in RegionCommonLimitTxPower()
DRegion.c46 … AS923_CASE { return RegionAS923TxConfig( txConfig, txPower, txTimeOnAir ); }
95 … AU915_CASE { return RegionAU915TxConfig( txConfig, txPower, txTimeOnAir ); }
144 … CN470_CASE { return RegionCN470TxConfig( txConfig, txPower, txTimeOnAir ); }
193 … CN779_CASE { return RegionCN779TxConfig( txConfig, txPower, txTimeOnAir ); }
242 … EU433_CASE { return RegionEU433TxConfig( txConfig, txPower, txTimeOnAir ); }
291 … EU868_CASE { return RegionEU868TxConfig( txConfig, txPower, txTimeOnAir ); }
340 … KR920_CASE { return RegionKR920TxConfig( txConfig, txPower, txTimeOnAir ); }
389 … IN865_CASE { return RegionIN865TxConfig( txConfig, txPower, txTimeOnAir ); }
438 … US915_CASE { return RegionUS915TxConfig( txConfig, txPower, txTimeOnAir ); }
487 … RU864_CASE { return RegionRU864TxConfig( txConfig, txPower, txTimeOnAir ); }
[all …]
DRegionUS915.c49 static int8_t LimitTxPower( int8_t txPower, int8_t maxBandTxPower, int8_t datarate, uint16_t* chann… in LimitTxPower() argument
51 int8_t txPowerResult = txPower; in LimitTxPower()
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()
544 bool RegionUS915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionUS915TxConfig() argument
565 *txPower = txPowerLimited; in RegionUS915TxConfig()
DRegionRU864.h329 bool RegionRU864TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionCN779.h333 bool RegionCN779TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionEU433.h334 bool RegionEU433TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionKR920.h336 bool RegionKR920TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionUS915.h326 bool RegionUS915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionEU868.h362 bool RegionEU868TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionAU915.h346 bool RegionAU915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionIN865.h351 bool RegionIN865TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionCommon.h606 int8_t RegionCommonLimitTxPower( int8_t txPower, int8_t maxBandTxPower );
DRegionCN470.h343 bool RegionCN470TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionAS923.h411 bool RegionAS923TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegion.h1008 bool RegionTxConfig( LoRaMacRegion_t region, TxConfigParams_t* txConfig, int8_t* txPower, TimerTime…
DRegionRU864.c517 bool RegionRU864TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionRU864TxConfig() argument
548 *txPower = txPowerLimited; in RegionRU864TxConfig()
DRegionEU433.c518 bool RegionEU433TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionEU433TxConfig() argument
549 *txPower = txPowerLimited; in RegionEU433TxConfig()
DRegionEU868.c549 bool RegionEU868TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionEU868TxConfig() argument
580 *txPower = txPowerLimited; in RegionEU868TxConfig()
DRegionIN865.c532 bool RegionIN865TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionIN865TxConfig() argument
563 *txPower = txPowerLimited; in RegionIN865TxConfig()
DRegionAU915.c547 bool RegionAU915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionAU915TxConfig() argument
567 *txPower = txPowerLimited; in RegionAU915TxConfig()
DRegionCN779.c518 bool RegionCN779TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionCN779TxConfig() argument
549 *txPower = txPowerLimited; in RegionCN779TxConfig()
DRegionKR920.c533 bool RegionKR920TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionKR920TxConfig() argument
558 *txPower = txPowerLimited; in RegionKR920TxConfig()
DRegionAS923.c727 bool RegionAS923TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionAS923TxConfig() argument
758 *txPower = txPowerLimited; in RegionAS923TxConfig()
DRegionCN470.c766 bool RegionCN470TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionCN470TxConfig() argument
796 *txPower = txPowerLimited; in RegionCN470TxConfig()
/loramac-node-latest/src/mac/
DLoRaMacAdr.c42 int8_t txPower = adrNext->TxPower; in LoRaMacAdrCalcNext() local
72 txPower = phyParam.Value; in LoRaMacAdrCalcNext()
106 *txPowOut = txPower; in LoRaMacAdrCalcNext()

12