Home
last modified time | relevance | path

Searched refs:Joined (Results 1 – 14 of 14) sorted by relevance

/loramac-node-latest/src/mac/region/
DRegion.h455 bool Joined; member
788 bool Joined; member
DRegionAU915.c316 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionAU915SetBandTxDone()
831 countChannelsParams.Joined = nextChanParams->Joined; in RegionAU915NextChannel()
855 if( nextChanParams->Joined == true ) in RegionAU915NextChannel()
DRegionUS915.c315 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionUS915SetBandTxDone()
829 countChannelsParams.Joined = nextChanParams->Joined; in RegionUS915NextChannel()
853 if( nextChanParams->Joined == true ) in RegionUS915NextChannel()
DRegionCN470.c541 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionCN470SetBandTxDone()
956 countChannelsParams.Joined = nextChanParams->Joined; in RegionCN470NextChannel()
967 if( countChannelsParams.Joined == false ) in RegionCN470NextChannel()
DRegionCN779.c277 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionCN779SetBandTxDone()
793 countChannelsParams.Joined = nextChanParams->Joined; in RegionCN779NextChannel()
DRegionEU433.c277 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionEU433SetBandTxDone()
793 countChannelsParams.Joined = nextChanParams->Joined; in RegionEU433NextChannel()
DRegionEU868.c302 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionEU868SetBandTxDone()
826 countChannelsParams.Joined = nextChanParams->Joined; in RegionEU868NextChannel()
DRegionIN865.c277 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionIN865SetBandTxDone()
816 countChannelsParams.Joined = nextChanParams->Joined; in RegionIN865NextChannel()
DRegionKR920.c307 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionKR920SetBandTxDone()
803 countChannelsParams.Joined = nextChanParams->Joined; in RegionKR920NextChannel()
DRegionRU864.c278 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionRU864SetBandTxDone()
792 countChannelsParams.Joined = nextChanParams->Joined; in RegionRU864NextChannel()
DRegionAS923.c464 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionAS923SetBandTxDone()
1003 countChannelsParams.Joined = nextChanParams->Joined; in RegionAS923NextChannel()
DRegionCommon.c515 if( ( countNbOfEnabledChannelsParams->Joined == false ) && in RegionCommonCountNbOfEnabledChannels()
559 …elay = RegionCommonUpdateBandTimeOff( identifyChannelsParam->CountNbOfEnabledChannelsParam->Joined, in RegionCommonIdentifyChannels()
DRegionCommon.h249 bool Joined; member
/loramac-node-latest/src/mac/
DLoRaMac.c842 txDone.Joined = true; in ProcessRadioTxDone()
845 txDone.Joined = false; in ProcessRadioTxDone()
2986 nextChan.Joined = true; in ScheduleTx()
2993 nextChan.Joined = false; in ScheduleTx()