Home
last modified time | relevance | path

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

/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() function
547 …int8_t txPowerLimited = LimitTxPower( txConfig->TxPower, RegionBands[RegionNvmGroup2->Channels[txC… in RegionUS915TxConfig()