Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/mac/
DLoRaMac.c666 static bool LoRaMacHandleResponseTimeout( TimerTime_t timeoutInMs, TimerTime_t startTimeInMs );
1666 static bool LoRaMacHandleResponseTimeout( TimerTime_t timeoutInMs, TimerTime_t startTimeInMs ) in LoRaMacHandleResponseTimeout() argument
1671 if( elapsedTime > timeoutInMs ) in LoRaMacHandleResponseTimeout()