Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/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()