Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/system/
Dsystime.c56 #define DIV_APPROX_61( X ) ( ( ( X ) * 68759 ) >> 22 ) macro
324 uint32_t divResult = DIV_APPROX_61( in ); in CalendarDiv61()
329 divResult = DIV_APPROX_61( in ); in CalendarDiv61()