Searched refs:TxConfigParams_t (Results 1 – 23 of 23) sorted by relevance
/loramac-node-3.4.0/src/mac/region/ |
D | Region.h | 644 }TxConfigParams_t; typedef 1008 bool RegionTxConfig( LoRaMacRegion_t region, TxConfigParams_t* txConfig, int8_t* txPower, TimerTime…
|
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 | RegionAU915.c | 547 bool RegionAU915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionAU915TxConfig()
|
D | RegionCN779.c | 518 bool RegionCN779TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionCN779TxConfig()
|
D | RegionEU433.c | 518 bool RegionEU433TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionEU433TxConfig()
|
D | RegionEU868.c | 549 bool RegionEU868TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionEU868TxConfig()
|
D | RegionIN865.c | 532 bool RegionIN865TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionIN865TxConfig()
|
D | RegionKR920.c | 520 bool RegionKR920TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionKR920TxConfig()
|
D | RegionRU864.c | 517 bool RegionRU864TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionRU864TxConfig()
|
D | RegionUS915.c | 544 bool RegionUS915TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionUS915TxConfig()
|
D | RegionAS923.c | 616 bool RegionAS923TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionAS923TxConfig()
|
D | RegionCN470.c | 766 bool RegionCN470TxConfig( TxConfigParams_t* txConfig, int8_t* txPower, TimerTime_t* txTimeOnAir ) in RegionCN470TxConfig()
|
D | Region.c | 714 bool RegionTxConfig( LoRaMacRegion_t region, TxConfigParams_t* txConfig, int8_t* txPower, TimerTime… in RegionTxConfig()
|
/loramac-node-3.4.0/src/mac/ |
D | LoRaMac.c | 3285 TxConfigParams_t txConfig; in SendFrameOnChannel()
|