Searched refs:Joined (Results 1 – 14 of 14) sorted by relevance
| /loramac-node-latest/src/mac/region/ |
| D | Region.h | 455 bool Joined; member 788 bool Joined; member
|
| D | RegionAU915.c | 316 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionAU915SetBandTxDone() 831 countChannelsParams.Joined = nextChanParams->Joined; in RegionAU915NextChannel() 855 if( nextChanParams->Joined == true ) in RegionAU915NextChannel()
|
| D | RegionUS915.c | 315 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionUS915SetBandTxDone() 829 countChannelsParams.Joined = nextChanParams->Joined; in RegionUS915NextChannel() 853 if( nextChanParams->Joined == true ) in RegionUS915NextChannel()
|
| D | RegionCN470.c | 541 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionCN470SetBandTxDone() 956 countChannelsParams.Joined = nextChanParams->Joined; in RegionCN470NextChannel() 967 if( countChannelsParams.Joined == false ) in RegionCN470NextChannel()
|
| D | RegionCN779.c | 277 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionCN779SetBandTxDone() 793 countChannelsParams.Joined = nextChanParams->Joined; in RegionCN779NextChannel()
|
| D | RegionEU433.c | 277 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionEU433SetBandTxDone() 793 countChannelsParams.Joined = nextChanParams->Joined; in RegionEU433NextChannel()
|
| D | RegionEU868.c | 302 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionEU868SetBandTxDone() 826 countChannelsParams.Joined = nextChanParams->Joined; in RegionEU868NextChannel()
|
| D | RegionIN865.c | 277 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionIN865SetBandTxDone() 816 countChannelsParams.Joined = nextChanParams->Joined; in RegionIN865NextChannel()
|
| D | RegionKR920.c | 307 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionKR920SetBandTxDone() 803 countChannelsParams.Joined = nextChanParams->Joined; in RegionKR920NextChannel()
|
| D | RegionRU864.c | 278 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionRU864SetBandTxDone() 792 countChannelsParams.Joined = nextChanParams->Joined; in RegionRU864NextChannel()
|
| D | RegionAS923.c | 464 … txDone->LastTxAirTime, txDone->Joined, txDone->ElapsedTimeSinceStartUp ); in RegionAS923SetBandTxDone() 1003 countChannelsParams.Joined = nextChanParams->Joined; in RegionAS923NextChannel()
|
| D | RegionCommon.c | 515 if( ( countNbOfEnabledChannelsParams->Joined == false ) && in RegionCommonCountNbOfEnabledChannels() 559 …elay = RegionCommonUpdateBandTimeOff( identifyChannelsParam->CountNbOfEnabledChannelsParam->Joined, in RegionCommonIdentifyChannels()
|
| D | RegionCommon.h | 249 bool Joined; member
|
| /loramac-node-latest/src/mac/ |
| D | LoRaMac.c | 842 txDone.Joined = true; in ProcessRadioTxDone() 845 txDone.Joined = false; in ProcessRadioTxDone() 2986 nextChan.Joined = true; in ScheduleTx() 2993 nextChan.Joined = false; in ScheduleTx()
|