Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/region/
DRegionCommon.c174 static uint8_t CountChannels( uint16_t mask, uint8_t nbBits ) in CountChannels() argument
178 for( uint8_t j = 0; j < nbBits; j++ ) in CountChannels()