/loramac-node-3.4.0/src/mac/region/ |
D | Region.c | 46 … AS923_CASE { return RegionAS923TxConfig( txConfig, txPower, txTimeOnAir ); } 95 … AU915_CASE { return RegionAU915TxConfig( txConfig, txPower, txTimeOnAir ); } 144 … CN470_CASE { return RegionCN470TxConfig( txConfig, txPower, txTimeOnAir ); } 193 … CN779_CASE { return RegionCN779TxConfig( txConfig, txPower, txTimeOnAir ); } 242 … EU433_CASE { return RegionEU433TxConfig( txConfig, txPower, txTimeOnAir ); } 291 … EU868_CASE { return RegionEU868TxConfig( txConfig, txPower, txTimeOnAir ); } 340 … KR920_CASE { return RegionKR920TxConfig( txConfig, txPower, txTimeOnAir ); } 389 … IN865_CASE { return RegionIN865TxConfig( txConfig, txPower, txTimeOnAir ); } 438 … US915_CASE { return RegionUS915TxConfig( txConfig, txPower, txTimeOnAir ); } 487 … RU864_CASE { return RegionRU864TxConfig( txConfig, txPower, txTimeOnAir ); } [all …]
|
D | RegionCN779.h | 333 bool RegionCN779TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
|
D | RegionEU433.h | 334 bool RegionEU433TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
|
D | RegionKR920.h | 346 bool RegionKR920TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
|
D | RegionRU864.h | 329 bool RegionRU864TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
|
D | RegionEU868.h | 362 bool RegionEU868TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
|
D | RegionUS915.h | 326 bool RegionUS915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
|
D | RegionAU915.h | 346 bool RegionAU915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
|
D | RegionIN865.h | 351 bool RegionIN865TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
|
D | RegionCN470.h | 343 bool RegionCN470TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
|
D | RegionAS923.h | 421 bool RegionAS923TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
|
D | Region.h | 1008 …g( LoRaMacRegion_t region, TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
|
D | RegionAU915.c | 547 bool RegionAU915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionAU915TxConfig() argument 565 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionAU915TxConfig()
|
D | RegionCN779.c | 518 bool RegionCN779TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionCN779TxConfig() argument 544 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionCN779TxConfig()
|
D | RegionEU433.c | 518 bool RegionEU433TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionEU433TxConfig() argument 544 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionEU433TxConfig()
|
D | RegionEU868.c | 549 bool RegionEU868TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionEU868TxConfig() argument 575 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionEU868TxConfig()
|
D | RegionIN865.c | 532 bool RegionIN865TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionIN865TxConfig() argument 558 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionIN865TxConfig()
|
D | RegionKR920.c | 520 bool RegionKR920TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionKR920TxConfig() argument 543 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionKR920TxConfig()
|
D | RegionRU864.c | 517 bool RegionRU864TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionRU864TxConfig() argument 543 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionRU864TxConfig()
|
D | RegionUS915.c | 544 bool RegionUS915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionUS915TxConfig() argument 563 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionUS915TxConfig()
|
D | RegionAS923.c | 616 bool RegionAS923TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionAS923TxConfig() argument 642 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionAS923TxConfig()
|
D | RegionCN470.c | 766 bool RegionCN470TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionCN470TxConfig() argument 794 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionCN470TxConfig()
|
/loramac-node-3.4.0/src/mac/ |
D | LoRaMacClassB.h | 501 TimerTime_t LoRaMacClassBIsUplinkCollision( TimerTime_t txTimeOnAir );
|
D | LoRaMacClassB.c | 1744 TimerTime_t LoRaMacClassBIsUplinkCollision( TimerTime_t txTimeOnAir ) in LoRaMacClassBIsUplinkCollision() argument 1755 txTimeOnAir; in LoRaMacClassBIsUplinkCollision()
|