Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/region/
DRegion.c39 #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 …]
DRegionRU864.c275 void RegionRU864SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionRU864SetBandTxDone() argument
277 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionRU864SetBandTxDone()
278txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionRU864SetBandTxDone()
DRegionUS915.c312 void RegionUS915SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionUS915SetBandTxDone() argument
314 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionUS915SetBandTxDone()
315txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionUS915SetBandTxDone()
DRegionEU433.c274 void RegionEU433SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionEU433SetBandTxDone() argument
276 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionEU433SetBandTxDone()
277txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionEU433SetBandTxDone()
DRegionEU868.c299 void RegionEU868SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionEU868SetBandTxDone() argument
301 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionEU868SetBandTxDone()
302txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionEU868SetBandTxDone()
DRegionIN865.c274 void RegionIN865SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionIN865SetBandTxDone() argument
276 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionIN865SetBandTxDone()
277txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionIN865SetBandTxDone()
DRegionAU915.c313 void RegionAU915SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionAU915SetBandTxDone() argument
315 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionAU915SetBandTxDone()
316txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionAU915SetBandTxDone()
DRegionCN779.c274 void RegionCN779SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionCN779SetBandTxDone() argument
276 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionCN779SetBandTxDone()
277txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionCN779SetBandTxDone()
DRegionKR920.c304 void RegionKR920SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionKR920SetBandTxDone() argument
306 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionKR920SetBandTxDone()
307txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionKR920SetBandTxDone()
DRegionAS923.c461 void RegionAS923SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionAS923SetBandTxDone() argument
463 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionAS923SetBandTxDone()
464txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionAS923SetBandTxDone()
DRegionCN470.c538 void RegionCN470SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionCN470SetBandTxDone() argument
540 RegionCommonSetBandTxDone( &RegionBands[RegionNvmGroup2->Channels[txDone->Channel].Band], in RegionCN470SetBandTxDone()
541txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionCN470SetBandTxDone()
DRegionRU864.h255 void RegionRU864SetBandTxDone( SetBandTxDoneParams_t* txDone );
DRegionCN779.h259 void RegionCN779SetBandTxDone( SetBandTxDoneParams_t* txDone );
DRegionEU433.h260 void RegionEU433SetBandTxDone( SetBandTxDoneParams_t* txDone );
DRegionKR920.h262 void RegionKR920SetBandTxDone( SetBandTxDoneParams_t* txDone );
DRegionUS915.h252 void RegionUS915SetBandTxDone( SetBandTxDoneParams_t* txDone );
DRegionEU868.h288 void RegionEU868SetBandTxDone( SetBandTxDoneParams_t* txDone );
DRegionAU915.h272 void RegionAU915SetBandTxDone( SetBandTxDoneParams_t* txDone );
DRegionIN865.h277 void RegionIN865SetBandTxDone( SetBandTxDoneParams_t* txDone );
DRegionCN470.h269 void RegionCN470SetBandTxDone( SetBandTxDoneParams_t* txDone );
DRegionAS923.h337 void RegionAS923SetBandTxDone( SetBandTxDoneParams_t* txDone );
DRegion.h882 void RegionSetBandTxDone( LoRaMacRegion_t region, SetBandTxDoneParams_t* txDone );
/loramac-node-latest/src/radio/sx126x/
Dsx126x.h740 …void ( *txDone )( void ); //!< Pointer to a function run on successful trans… member
/loramac-node-latest/src/mac/
DLoRaMac.c805 SetBandTxDoneParams_t txDone; in ProcessRadioTxDone() local
838 txDone.Channel = MacCtx.Channel; in ProcessRadioTxDone()
839 txDone.LastTxDoneTime = TxDoneParams.CurTime; in ProcessRadioTxDone()
840txDone.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()