Home
last modified time | relevance | path

Searched defs:txPower (Results 1 – 14 of 14) sorted by relevance

/loramac-node-latest/src/mac/
DLoRaMacAdr.c42 int8_t txPower = adrNext->TxPower; in LoRaMacAdrCalcNext() local
DLoRaMac.c2666 int8_t txPower = Nvm.MacGroup1.ChannelsTxPower; in Send() local
3389 int8_t txPower = 0; in SendFrameOnChannel() local
3973 int8_t txPower = Nvm.MacGroup2.ChannelsTxPowerDefault; in LoRaMacQueryTxPossible() local
/loramac-node-latest/src/mac/region/
DRegionUS915.c49 static int8_t LimitTxPower( int8_t txPower, int8_t maxBandTxPower, int8_t datarate, uint16_t* chann… in LimitTxPower()
544 bool RegionUS915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionUS915TxConfig()
DRegionCommon.c383 int8_t txPower = verifyParams->TxPower; in RegionCommonLinkAdrReqVerifyParams() local
606 int8_t RegionCommonLimitTxPower( int8_t txPower, int8_t maxBandTxPower ) in RegionCommonLimitTxPower()
DRegionAU915.c547 bool RegionAU915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionAU915TxConfig()
DRegionRU864.c517 bool RegionRU864TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionRU864TxConfig()
DRegionEU433.c518 bool RegionEU433TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionEU433TxConfig()
DRegionIN865.c532 bool RegionIN865TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionIN865TxConfig()
DRegionCN779.c518 bool RegionCN779TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionCN779TxConfig()
DRegionEU868.c549 bool RegionEU868TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionEU868TxConfig()
DRegionKR920.c533 bool RegionKR920TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionKR920TxConfig()
DRegionCN470.c766 bool RegionCN470TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionCN470TxConfig()
DRegionAS923.c727 bool RegionAS923TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionAS923TxConfig()
DRegion.c714 bool RegionTxConfig( LoRaMacRegion_t region, TxConfigParams_t* txConfig, int8_t* txPower, TimerTime… in RegionTxConfig()