Home
last modified time | relevance | path

Searched refs:groupsCurrentIndex (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/mac/region/
DRegionBaseUS.c76 … uint8_t* groupsCurrentIndex, uint8_t* newChannelIndex ) in RegionBaseUSComputeNext125kHzJoinChannel() argument
85 if( channelsMaskRemaining == NULL || groupsCurrentIndex == NULL || newChannelIndex == NULL ) in RegionBaseUSComputeNext125kHzJoinChannel()
91 startIndex = *groupsCurrentIndex; in RegionBaseUSComputeNext125kHzJoinChannel()
126 } while( ( availableChannels == 0 ) && ( startIndex != *groupsCurrentIndex ) ); in RegionBaseUSComputeNext125kHzJoinChannel()
130 *groupsCurrentIndex = startIndex; in RegionBaseUSComputeNext125kHzJoinChannel()
DRegionBaseUS.h59 … uint8_t* groupsCurrentIndex, uint8_t* newChannelIndex );