Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/mac/
DLoRaMac.c722 static bool LoRaMacHandleResponseTimeout( TimerTime_t timeoutInMs, TimerTime_t startTimeInMs );
1843 static bool LoRaMacHandleResponseTimeout( TimerTime_t timeoutInMs, TimerTime_t startTimeInMs ) in LoRaMacHandleResponseTimeout() argument
1848 if( elapsedTime > timeoutInMs ) in LoRaMacHandleResponseTimeout()