Searched defs:txPower (Results 1 – 14 of 14) sorted by relevance
/loramac-node-latest/src/mac/ |
D | LoRaMacAdr.c | 42 int8_t txPower = adrNext->TxPower; in LoRaMacAdrCalcNext() local
|
D | LoRaMac.c | 2666 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/ |
D | RegionUS915.c | 49 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()
|
D | RegionCommon.c | 383 int8_t txPower = verifyParams->TxPower; in RegionCommonLinkAdrReqVerifyParams() local 606 int8_t RegionCommonLimitTxPower( int8_t txPower, int8_t maxBandTxPower ) in RegionCommonLimitTxPower()
|
D | RegionAU915.c | 547 bool RegionAU915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionAU915TxConfig()
|
D | RegionRU864.c | 517 bool RegionRU864TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionRU864TxConfig()
|
D | RegionEU433.c | 518 bool RegionEU433TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionEU433TxConfig()
|
D | RegionIN865.c | 532 bool RegionIN865TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionIN865TxConfig()
|
D | RegionCN779.c | 518 bool RegionCN779TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionCN779TxConfig()
|
D | RegionEU868.c | 549 bool RegionEU868TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionEU868TxConfig()
|
D | RegionKR920.c | 533 bool RegionKR920TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionKR920TxConfig()
|
D | RegionCN470.c | 766 bool RegionCN470TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionCN470TxConfig()
|
D | RegionAS923.c | 727 bool RegionAS923TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionAS923TxConfig()
|
D | Region.c | 714 bool RegionTxConfig( LoRaMacRegion_t region, TxConfigParams_t* txConfig, int8_t* txPower, TimerTime… in RegionTxConfig()
|