Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/mac/region/
DRegionCN779.c524 int8_t phyTxPower = 0; in RegionCN779TxConfig() local
527phyTxPower = RegionCommonComputeTxPower( txPowerLimited, txConfig->MaxEirp, txConfig->AntennaGain … in RegionCN779TxConfig()
535 …Radio.SetTxConfig( modem, phyTxPower, 25000, bandwidth, phyDr * 1000, 0, 5, false, true, 0, 0, fal… in RegionCN779TxConfig()
540 … Radio.SetTxConfig( modem, phyTxPower, 0, bandwidth, phyDr, 1, 8, false, true, 0, 0, false, 4000 ); in RegionCN779TxConfig()
DRegionEU433.c524 int8_t phyTxPower = 0; in RegionEU433TxConfig() local
527phyTxPower = RegionCommonComputeTxPower( txPowerLimited, txConfig->MaxEirp, txConfig->AntennaGain … in RegionEU433TxConfig()
535 …Radio.SetTxConfig( modem, phyTxPower, 25000, bandwidth, phyDr * 1000, 0, 5, false, true, 0, 0, fal… in RegionEU433TxConfig()
540 … Radio.SetTxConfig( modem, phyTxPower, 0, bandwidth, phyDr, 1, 8, false, true, 0, 0, false, 4000 ); in RegionEU433TxConfig()
DRegionIN865.c538 int8_t phyTxPower = 0; in RegionIN865TxConfig() local
541phyTxPower = RegionCommonComputeTxPower( txPowerLimited, txConfig->MaxEirp, txConfig->AntennaGain … in RegionIN865TxConfig()
549 …Radio.SetTxConfig( modem, phyTxPower, 25000, bandwidth, phyDr * 1000, 0, 5, false, true, 0, 0, fal… in RegionIN865TxConfig()
554 … Radio.SetTxConfig( modem, phyTxPower, 0, bandwidth, phyDr, 1, 8, false, true, 0, 0, false, 4000 ); in RegionIN865TxConfig()
DRegionRU864.c523 int8_t phyTxPower = 0; in RegionRU864TxConfig() local
526phyTxPower = RegionCommonComputeTxPower( txPowerLimited, txConfig->MaxEirp, txConfig->AntennaGain … in RegionRU864TxConfig()
534 …Radio.SetTxConfig( modem, phyTxPower, 25000, bandwidth, phyDr * 1000, 0, 5, false, true, 0, 0, fal… in RegionRU864TxConfig()
539 … Radio.SetTxConfig( modem, phyTxPower, 0, bandwidth, phyDr, 1, 8, false, true, 0, 0, false, 4000 ); in RegionRU864TxConfig()
DRegionEU868.c555 int8_t phyTxPower = 0; in RegionEU868TxConfig() local
558phyTxPower = RegionCommonComputeTxPower( txPowerLimited, txConfig->MaxEirp, txConfig->AntennaGain … in RegionEU868TxConfig()
566 …Radio.SetTxConfig( modem, phyTxPower, 25000, bandwidth, phyDr * 1000, 0, 5, false, true, 0, 0, fal… in RegionEU868TxConfig()
571 … Radio.SetTxConfig( modem, phyTxPower, 0, bandwidth, phyDr, 1, 8, false, true, 0, 0, false, 4000 ); in RegionEU868TxConfig()
DRegionCommon.c518 int8_t phyTxPower = 0; in RegionCommonComputeTxPower() local
520 phyTxPower = ( int8_t )floor( ( maxEirp - ( txPowerIndex * 2U ) ) - antennaGain ); in RegionCommonComputeTxPower()
522 return phyTxPower; in RegionCommonComputeTxPower()
DRegionAS923.c622 int8_t phyTxPower = 0; in RegionAS923TxConfig() local
625phyTxPower = RegionCommonComputeTxPower( txPowerLimited, txConfig->MaxEirp, txConfig->AntennaGain … in RegionAS923TxConfig()
633 …Radio.SetTxConfig( modem, phyTxPower, 25000, bandwidth, phyDr * 1000, 0, 5, false, true, 0, 0, fal… in RegionAS923TxConfig()
638 … Radio.SetTxConfig( modem, phyTxPower, 0, bandwidth, phyDr, 1, 8, false, true, 0, 0, false, 4000 ); in RegionAS923TxConfig()
DRegionCN470.c772 int8_t phyTxPower = 0; in RegionCN470TxConfig() local
775phyTxPower = RegionCommonComputeTxPower( txPowerLimited, txConfig->MaxEirp, txConfig->AntennaGain … in RegionCN470TxConfig()
783 …Radio.SetTxConfig( modem, phyTxPower, 25000, bandwidth, phyDr * 1000, 0, 5, false, true, 0, 0, fal… in RegionCN470TxConfig()
788 … Radio.SetTxConfig( modem, phyTxPower, 0, bandwidth, phyDr, 1, 8, false, true, 0, 0, false, 4000 ); in RegionCN470TxConfig()
DRegionKR920.c526 int8_t phyTxPower = 0; in RegionKR920TxConfig() local
533 phyTxPower = RegionCommonComputeTxPower( txPowerLimited, maxEIRP, txConfig->AntennaGain ); in RegionKR920TxConfig()
538 …Radio.SetTxConfig( MODEM_LORA, phyTxPower, 0, bandwidth, phyDr, 1, 8, false, true, 0, 0, false, 40… in RegionKR920TxConfig()
DRegionUS915.c549 int8_t phyTxPower = 0; in RegionUS915TxConfig() local
552 phyTxPower = RegionCommonComputeTxPower( txPowerLimited, US915_DEFAULT_MAX_ERP, 0 ); in RegionUS915TxConfig()
557 …Radio.SetTxConfig( MODEM_LORA, phyTxPower, 0, bandwidth, phyDr, 1, 8, false, true, 0, 0, false, 40… in RegionUS915TxConfig()
DRegionAU915.c552 int8_t phyTxPower = 0; in RegionAU915TxConfig() local
555phyTxPower = RegionCommonComputeTxPower( txPowerLimited, txConfig->MaxEirp, txConfig->AntennaGain … in RegionAU915TxConfig()
560 …Radio.SetTxConfig( MODEM_LORA, phyTxPower, 0, bandwidth, phyDr, 1, 8, false, true, 0, 0, false, 40… in RegionAU915TxConfig()