Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/mac/region/
DRegionCommon.c68 #define DIV_CEIL( N, D ) \ macro
510 …*windowTimeoutInSymbols = MAX( DIV_CEIL( ( ( 2 * minRxSymbols - 8 ) * tSymbolInUs + 2 * ( rxErrorI… in RegionCommonComputeRxWindowParameters()
511 *windowOffsetInMs = ( int32_t )DIV_CEIL( ( int32_t )( 4 * tSymbolInUs ) - in RegionCommonComputeRxWindowParameters()
512 … ( int32_t )DIV_CEIL( ( *windowTimeoutInSymbols * tSymbolInUs ), 2 ) - in RegionCommonComputeRxWindowParameters()