Home
last modified time | relevance | path

Searched refs:RegionSetBandTxDone (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/mac/region/
DRegion.h882 void RegionSetBandTxDone( LoRaMacRegion_t region, SetBandTxDoneParams_t* txDone );
DRegion.c567 void RegionSetBandTxDone( LoRaMacRegion_t region, SetBandTxDoneParams_t* txDone ) in RegionSetBandTxDone() function
/loramac-node-latest/src/mac/
DLoRaMac.c848 RegionSetBandTxDone( Nvm.MacGroup2.Region, &txDone ); in ProcessRadioTxDone()