Home
last modified time | relevance | path

Searched defs:txDone (Results 1 – 13 of 13) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/mac/region/
DRegionAU915.c313 void RegionAU915SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionAU915SetBandTxDone()
DRegionCN779.c274 void RegionCN779SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionCN779SetBandTxDone()
DRegionEU433.c274 void RegionEU433SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionEU433SetBandTxDone()
DRegionIN865.c274 void RegionIN865SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionIN865SetBandTxDone()
DRegionRU864.c275 void RegionRU864SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionRU864SetBandTxDone()
DRegionUS915.c312 void RegionUS915SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionUS915SetBandTxDone()
DRegionEU868.c299 void RegionEU868SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionEU868SetBandTxDone()
DRegionKR920.c304 void RegionKR920SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionKR920SetBandTxDone()
DRegionCN470.c538 void RegionCN470SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionCN470SetBandTxDone()
DRegionAS923.c461 void RegionAS923SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionAS923SetBandTxDone()
DRegion.c567 void RegionSetBandTxDone( LoRaMacRegion_t region, SetBandTxDoneParams_t* txDone ) in RegionSetBandTxDone()
/loramac-node-3.6.0-3.5.0/src/radio/sx126x/
Dsx126x.h740 …void ( *txDone )( void ); //!< Pointer to a function run on successful trans… member
/loramac-node-3.6.0-3.5.0/src/mac/
DLoRaMac.c805 SetBandTxDoneParams_t txDone; in ProcessRadioTxDone() local