Searched defs:txDone (Results 1 – 13 of 13) sorted by relevance
313 void RegionAU915SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionAU915SetBandTxDone()
274 void RegionCN779SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionCN779SetBandTxDone()
274 void RegionEU433SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionEU433SetBandTxDone()
274 void RegionIN865SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionIN865SetBandTxDone()
275 void RegionRU864SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionRU864SetBandTxDone()
312 void RegionUS915SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionUS915SetBandTxDone()
299 void RegionEU868SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionEU868SetBandTxDone()
304 void RegionKR920SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionKR920SetBandTxDone()
538 void RegionCN470SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionCN470SetBandTxDone()
461 void RegionAS923SetBandTxDone( SetBandTxDoneParams_t* txDone ) in RegionAS923SetBandTxDone()
567 void RegionSetBandTxDone( LoRaMacRegion_t region, SetBandTxDoneParams_t* txDone ) in RegionSetBandTxDone()
740 …void ( *txDone )( void ); //!< Pointer to a function run on successful trans… member
805 SetBandTxDoneParams_t txDone; in ProcessRadioTxDone() local