/loramac-node-latest/src/mac/region/ |
D | Region.c | 39 #define AS923_SET_BAND_TX_DONE( ) AS923_CASE { RegionAS923SetBandTxDone( txDone );… 88 #define AU915_SET_BAND_TX_DONE( ) AU915_CASE { RegionAU915SetBandTxDone( txDone );… 137 #define CN470_SET_BAND_TX_DONE( ) CN470_CASE { RegionCN470SetBandTxDone( txDone );… 186 #define CN779_SET_BAND_TX_DONE( ) CN779_CASE { RegionCN779SetBandTxDone( txDone );… 235 #define EU433_SET_BAND_TX_DONE( ) EU433_CASE { RegionEU433SetBandTxDone( txDone );… 284 #define EU868_SET_BAND_TX_DONE( ) EU868_CASE { RegionEU868SetBandTxDone( txDone );… 333 #define KR920_SET_BAND_TX_DONE( ) KR920_CASE { RegionKR920SetBandTxDone( txDone );… 382 #define IN865_SET_BAND_TX_DONE( ) IN865_CASE { RegionIN865SetBandTxDone( txDone );… 431 #define US915_SET_BAND_TX_DONE( ) US915_CASE { RegionUS915SetBandTxDone( txDone );… 480 #define RU864_SET_BAND_TX_DONE( ) RU864_CASE { RegionRU864SetBandTxDone( txDone );… [all …]
|
D | RegionRU864.c | 275 void RegionRU864SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionRU864SetBandTxDone() argument 277 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionRU864SetBandTxDone() 278 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionRU864SetBandTxDone()
|
D | RegionUS915.c | 312 void RegionUS915SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionUS915SetBandTxDone() argument 314 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionUS915SetBandTxDone() 315 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionUS915SetBandTxDone()
|
D | RegionEU433.c | 274 void RegionEU433SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionEU433SetBandTxDone() argument 276 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionEU433SetBandTxDone() 277 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionEU433SetBandTxDone()
|
D | RegionEU868.c | 299 void RegionEU868SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionEU868SetBandTxDone() argument 301 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionEU868SetBandTxDone() 302 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionEU868SetBandTxDone()
|
D | RegionIN865.c | 274 void RegionIN865SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionIN865SetBandTxDone() argument 276 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionIN865SetBandTxDone() 277 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionIN865SetBandTxDone()
|
D | RegionAU915.c | 313 void RegionAU915SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionAU915SetBandTxDone() argument 315 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionAU915SetBandTxDone() 316 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionAU915SetBandTxDone()
|
D | RegionCN779.c | 274 void RegionCN779SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionCN779SetBandTxDone() argument 276 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionCN779SetBandTxDone() 277 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionCN779SetBandTxDone()
|
D | RegionKR920.c | 304 void RegionKR920SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionKR920SetBandTxDone() argument 306 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionKR920SetBandTxDone() 307 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionKR920SetBandTxDone()
|
D | RegionAS923.c | 461 void RegionAS923SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionAS923SetBandTxDone() argument 463 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionAS923SetBandTxDone() 464 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionAS923SetBandTxDone()
|
D | RegionCN470.c | 538 void RegionCN470SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionCN470SetBandTxDone() argument 540 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionCN470SetBandTxDone() 541 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionCN470SetBandTxDone()
|
D | RegionRU864.h | 255 void RegionRU864SetBandTxDone( SetBandTxDoneParams_t* txDone );
|
D | RegionCN779.h | 259 void RegionCN779SetBandTxDone( SetBandTxDoneParams_t* txDone );
|
D | RegionEU433.h | 260 void RegionEU433SetBandTxDone( SetBandTxDoneParams_t* txDone );
|
D | RegionKR920.h | 262 void RegionKR920SetBandTxDone( SetBandTxDoneParams_t* txDone );
|
D | RegionUS915.h | 252 void RegionUS915SetBandTxDone( SetBandTxDoneParams_t* txDone );
|
D | RegionEU868.h | 288 void RegionEU868SetBandTxDone( SetBandTxDoneParams_t* txDone );
|
D | RegionAU915.h | 272 void RegionAU915SetBandTxDone( SetBandTxDoneParams_t* txDone );
|
D | RegionIN865.h | 277 void RegionIN865SetBandTxDone( SetBandTxDoneParams_t* txDone );
|
D | RegionCN470.h | 269 void RegionCN470SetBandTxDone( SetBandTxDoneParams_t* txDone );
|
D | RegionAS923.h | 337 void RegionAS923SetBandTxDone( SetBandTxDoneParams_t* txDone );
|
D | Region.h | 882 void RegionSetBandTxDone( LoRaMacRegion_t region, SetBandTxDoneParams_t* txDone );
|
/loramac-node-latest/src/radio/sx126x/ |
D | sx126x.h | 740 …void ( *txDone )( void ); //!< Pointer to a function run on successful trans… member
|
/loramac-node-latest/src/mac/ |
D | LoRaMac.c | 805 SetBandTxDoneParams_t txDone; in ProcessRadioTxDone() local 838 txDone.Channel = MacCtx.Channel; in ProcessRadioTxDone() 839 txDone.LastTxDoneTime = TxDoneParams.CurTime; in ProcessRadioTxDone() 840 …txDone.ElapsedTimeSinceStartUp = SysTimeSub( SysTimeGetMcuTime( ), Nvm.MacGroup2.InitializationTim… in ProcessRadioTxDone() 841 txDone.LastTxAirTime = MacCtx.TxTimeOnAir; in ProcessRadioTxDone() 842 txDone.Joined = true; in ProcessRadioTxDone() 845 txDone.Joined = false; in ProcessRadioTxDone() 848 RegionSetBandTxDone( Nvm.MacGroup2.Region, &txDone ); in ProcessRadioTxDone()
|