Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/system/
Dsystime.c50 #define DIV_APPROX_86400( X ) ( ( ( X ) >> 18 ) + ( ( X ) >> 17 ) ) macro
299 uint32_t divResult = DIV_APPROX_86400( in ); in CalendarDiv86400()
305 divResult= DIV_APPROX_86400( in ); in CalendarDiv86400()