Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/system/
Dsystime.c54 #define DIV_APPROX_60( X ) ( ( ( X ) * 17476 ) >> 20 ) macro
347 uint32_t divResult = DIV_APPROX_60( in ); in CalendarDiv60()
353 divResult = DIV_APPROX_60( in ); in CalendarDiv60()