Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/mac/region/
DRegion.c46 … 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 …]
DRegionCN779.h333 bool RegionCN779TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionEU433.h334 bool RegionEU433TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionKR920.h346 bool RegionKR920TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionRU864.h329 bool RegionRU864TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionEU868.h362 bool RegionEU868TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionUS915.h326 bool RegionUS915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionAU915.h346 bool RegionAU915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionIN865.h351 bool RegionIN865TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionCN470.h343 bool RegionCN470TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionAS923.h421 bool RegionAS923TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegion.h1008 …g( LoRaMacRegion_t region, TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir );
DRegionAU915.c547 bool RegionAU915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionAU915TxConfig() argument
565 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionAU915TxConfig()
DRegionCN779.c518 bool RegionCN779TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionCN779TxConfig() argument
544 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionCN779TxConfig()
DRegionEU433.c518 bool RegionEU433TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionEU433TxConfig() argument
544 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionEU433TxConfig()
DRegionEU868.c549 bool RegionEU868TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionEU868TxConfig() argument
575 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionEU868TxConfig()
DRegionIN865.c532 bool RegionIN865TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionIN865TxConfig() argument
558 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionIN865TxConfig()
DRegionKR920.c520 bool RegionKR920TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionKR920TxConfig() argument
543 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionKR920TxConfig()
DRegionRU864.c517 bool RegionRU864TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionRU864TxConfig() argument
543 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionRU864TxConfig()
DRegionUS915.c544 bool RegionUS915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionUS915TxConfig() argument
563 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionUS915TxConfig()
DRegionAS923.c616 bool RegionAS923TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionAS923TxConfig() argument
642 *txTimeOnAir = GetTimeOnAir( txConfig->Datarate, txConfig->PktLen ); in RegionAS923TxConfig()
DRegionCN470.c766 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/
DLoRaMacClassB.h501 TimerTime_t LoRaMacClassBIsUplinkCollision( TimerTime_t txTimeOnAir );
DLoRaMacClassB.c1744 TimerTime_t LoRaMacClassBIsUplinkCollision( TimerTime_t txTimeOnAir ) in LoRaMacClassBIsUplinkCollision() argument
1755 txTimeOnAir; in LoRaMacClassBIsUplinkCollision()