Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/system/
Dtimer.c330 uint32_t minValue = 0; in TimerSetValue() local
335 minValue = RtcGetMinimumTimeout( ); in TimerSetValue()
337 if( ticks < minValue ) in TimerSetValue()
339 ticks = minValue; in TimerSetValue()