Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/mac/region/
DRegionCN779.c63 int8_t phyDr = DataratesCN779[datarate]; in GetTimeOnAir() local
69 … timeOnAir = Radio.TimeOnAir( MODEM_FSK, bandwidth, phyDr * 1000, 0, 5, false, pktLen, true ); in GetTimeOnAir()
73 timeOnAir = Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
476 int8_t phyDr = 0; in RegionCN779RxConfig() local
496 phyDr = DataratesCN779[dr]; in RegionCN779RxConfig()
504 …Radio.SetRxConfig( modem, 50000, phyDr * 1000, 0, 83333, 5, rxConfig->WindowTimeout, false, 0, tru… in RegionCN779RxConfig()
509 …Radio.SetRxConfig( modem, rxConfig->Bandwidth, phyDr, 1, 0, 8, rxConfig->WindowTimeout, false, 0, … in RegionCN779RxConfig()
521 int8_t phyDr = DataratesCN779[txConfig->Datarate]; in RegionCN779TxConfig() local
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.c63 int8_t phyDr = DataratesEU433[datarate]; in GetTimeOnAir() local
69 … timeOnAir = Radio.TimeOnAir( MODEM_FSK, bandwidth, phyDr * 1000, 0, 5, false, pktLen, true ); in GetTimeOnAir()
73 timeOnAir = Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
476 int8_t phyDr = 0; in RegionEU433RxConfig() local
496 phyDr = DataratesEU433[dr]; in RegionEU433RxConfig()
504 …Radio.SetRxConfig( modem, 50000, phyDr * 1000, 0, 83333, 5, rxConfig->WindowTimeout, false, 0, tru… in RegionEU433RxConfig()
509 …Radio.SetRxConfig( modem, rxConfig->Bandwidth, phyDr, 1, 0, 8, rxConfig->WindowTimeout, false, 0, … in RegionEU433RxConfig()
521 int8_t phyDr = DataratesEU433[txConfig->Datarate]; in RegionEU433TxConfig() local
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()
DRegionEU868.c88 int8_t phyDr = DataratesEU868[datarate]; in GetTimeOnAir() local
94 … timeOnAir = Radio.TimeOnAir( MODEM_FSK, bandwidth, phyDr * 1000, 0, 5, false, pktLen, true ); in GetTimeOnAir()
98 timeOnAir = Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
507 int8_t phyDr = 0; in RegionEU868RxConfig() local
527 phyDr = DataratesEU868[dr]; in RegionEU868RxConfig()
535 …Radio.SetRxConfig( modem, 50000, phyDr * 1000, 0, 83333, 5, rxConfig->WindowTimeout, false, 0, tru… in RegionEU868RxConfig()
540 …Radio.SetRxConfig( modem, rxConfig->Bandwidth, phyDr, 1, 0, 8, rxConfig->WindowTimeout, false, 0, … in RegionEU868RxConfig()
552 int8_t phyDr = DataratesEU868[txConfig->Datarate]; in RegionEU868TxConfig() local
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()
DRegionIN865.c63 int8_t phyDr = DataratesIN865[datarate]; in GetTimeOnAir() local
69 … timeOnAir = Radio.TimeOnAir( MODEM_FSK, bandwidth, phyDr * 1000, 0, 5, false, pktLen, true ); in GetTimeOnAir()
73 timeOnAir = Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
490 int8_t phyDr = 0; in RegionIN865RxConfig() local
510 phyDr = DataratesIN865[dr]; in RegionIN865RxConfig()
518 …Radio.SetRxConfig( modem, 50000, phyDr * 1000, 0, 83333, 5, rxConfig->WindowTimeout, false, 0, tru… in RegionIN865RxConfig()
523 …Radio.SetRxConfig( modem, rxConfig->Bandwidth, phyDr, 1, 0, 8, rxConfig->WindowTimeout, false, 0, … in RegionIN865RxConfig()
535 int8_t phyDr = DataratesIN865[txConfig->Datarate]; in RegionIN865TxConfig() local
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.c64 int8_t phyDr = DataratesRU864[datarate]; in GetTimeOnAir() local
70 … timeOnAir = Radio.TimeOnAir( MODEM_FSK, bandwidth, phyDr * 1000, 0, 5, false, pktLen, true ); in GetTimeOnAir()
74 timeOnAir = Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
475 int8_t phyDr = 0; in RegionRU864RxConfig() local
495 phyDr = DataratesRU864[dr]; in RegionRU864RxConfig()
503 …Radio.SetRxConfig( modem, 50000, phyDr * 1000, 0, 83333, 5, rxConfig->WindowTimeout, false, 0, tru… in RegionRU864RxConfig()
508 …Radio.SetRxConfig( modem, rxConfig->Bandwidth, phyDr, 1, 0, 8, rxConfig->WindowTimeout, false, 0, … in RegionRU864RxConfig()
520 int8_t phyDr = DataratesRU864[txConfig->Datarate]; in RegionRU864TxConfig() local
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()
DRegionAS923.c124 int8_t phyDr = DataratesAS923[datarate]; in GetTimeOnAir() local
130 … timeOnAir = Radio.TimeOnAir( MODEM_FSK, bandwidth, phyDr * 1000, 0, 5, false, pktLen, true ); in GetTimeOnAir()
134 timeOnAir = Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
574 int8_t phyDr = 0; in RegionAS923RxConfig() local
594 phyDr = DataratesAS923[dr]; in RegionAS923RxConfig()
602 …Radio.SetRxConfig( modem, 50000, phyDr * 1000, 0, 83333, 5, rxConfig->WindowTimeout, false, 0, tru… in RegionAS923RxConfig()
607 …Radio.SetRxConfig( modem, rxConfig->Bandwidth, phyDr, 1, 0, 8, rxConfig->WindowTimeout, false, 0, … in RegionAS923RxConfig()
619 int8_t phyDr = DataratesAS923[txConfig->Datarate]; in RegionAS923TxConfig() local
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.c288 int8_t phyDr = DataratesCN470[datarate]; in GetTimeOnAir() local
291 return Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
721 int8_t phyDr = 0; in RegionCN470RxConfig() local
753 phyDr = DataratesCN470[dr]; in RegionCN470RxConfig()
758 …Radio.SetRxConfig( MODEM_LORA, rxConfig->Bandwidth, phyDr, 1, 0, 8, rxConfig->WindowTimeout, false… in RegionCN470RxConfig()
769 int8_t phyDr = DataratesCN470[txConfig->Datarate]; in RegionCN470TxConfig() local
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()
DRegionAU915.c76 int8_t phyDr = DataratesAU915[datarate]; in GetTimeOnAir() local
79 return Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
519 int8_t phyDr = 0; in RegionAU915RxConfig() local
534 phyDr = DataratesAU915[dr]; in RegionAU915RxConfig()
539 …Radio.SetRxConfig( MODEM_LORA, rxConfig->Bandwidth, phyDr, 1, 0, 8, rxConfig->WindowTimeout, false… in RegionAU915RxConfig()
549 int8_t phyDr = DataratesAU915[txConfig->Datarate]; in RegionAU915TxConfig() local
560 …Radio.SetTxConfig( MODEM_LORA, phyTxPower, 0, bandwidth, phyDr, 1, 8, false, true, 0, 0, false, 40… in RegionAU915TxConfig()
DRegionKR920.c88 int8_t phyDr = DataratesKR920[datarate]; in GetTimeOnAir() local
91 return Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
488 int8_t phyDr = 0; in RegionKR920RxConfig() local
508 phyDr = DataratesKR920[dr]; in RegionKR920RxConfig()
513 …Radio.SetRxConfig( MODEM_LORA, rxConfig->Bandwidth, phyDr, 1, 0, 8, rxConfig->WindowTimeout, false… in RegionKR920RxConfig()
522 int8_t phyDr = DataratesKR920[txConfig->Datarate]; in RegionKR920TxConfig() local
538 …Radio.SetTxConfig( MODEM_LORA, phyTxPower, 0, bandwidth, phyDr, 1, 8, false, true, 0, 0, false, 40… in RegionKR920TxConfig()
DRegionUS915.c96 int8_t phyDr = DataratesUS915[datarate]; in GetTimeOnAir() local
99 return Radio.TimeOnAir( MODEM_LORA, bandwidth, phyDr, 1, 8, false, pktLen, true ); in GetTimeOnAir()
516 int8_t phyDr = 0; in RegionUS915RxConfig() local
531 phyDr = DataratesUS915[dr]; in RegionUS915RxConfig()
536 …Radio.SetRxConfig( MODEM_LORA, rxConfig->Bandwidth, phyDr, 1, 0, 8, rxConfig->WindowTimeout, false… in RegionUS915RxConfig()
546 int8_t phyDr = DataratesUS915[txConfig->Datarate]; in RegionUS915TxConfig() local
557 …Radio.SetTxConfig( MODEM_LORA, phyTxPower, 0, bandwidth, phyDr, 1, 8, false, true, 0, 0, false, 40… in RegionUS915TxConfig()
DRegionCommon.h493 uint32_t RegionCommonComputeSymbolTimeLoRa( uint8_t phyDr, uint32_t bandwidthInHz );
DRegionCommon.c498 uint32_t RegionCommonComputeSymbolTimeLoRa( uint8_t phyDr, uint32_t bandwidthInHz ) in RegionCommonComputeSymbolTimeLoRa() argument
500 return ( 1 << phyDr ) * 1000000 / bandwidthInHz; in RegionCommonComputeSymbolTimeLoRa()