Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/SAMR34/
Drtc-board.c147 uint32_t refTicks = RtcGetTimerValue( ); in RtcDelayMs() local
152 while( ( ( RtcGetTimerValue( ) - refTicks ) ) < delayTicks ) in RtcDelayMs()
/loramac-node-latest/src/boards/NucleoL476/
Drtc-board.c262 uint64_t refTicks = RtcGetTimerValue( ); in RtcDelayMs() local
267 while( ( ( RtcGetTimerValue( ) - refTicks ) ) < delayTicks ) in RtcDelayMs()
/loramac-node-latest/src/boards/SKiM881AXL/
Drtc-board.c263 uint64_t refTicks = RtcGetTimerValue( ); in RtcDelayMs() local
268 while( ( ( RtcGetTimerValue( ) - refTicks ) ) < delayTicks ) in RtcDelayMs()
/loramac-node-latest/src/boards/NucleoL152/
Drtc-board.c262 uint64_t refTicks = RtcGetTimerValue( ); in RtcDelayMs() local
267 while( ( ( RtcGetTimerValue( ) - refTicks ) ) < delayTicks ) in RtcDelayMs()
/loramac-node-latest/src/boards/NucleoL073/
Drtc-board.c263 uint64_t refTicks = RtcGetTimerValue( ); in RtcDelayMs() local
268 while( ( ( RtcGetTimerValue( ) - refTicks ) ) < delayTicks ) in RtcDelayMs()
/loramac-node-latest/src/boards/NAMote72/
Drtc-board.c262 uint64_t refTicks = RtcGetTimerValue( ); in RtcDelayMs() local
267 while( ( ( RtcGetTimerValue( ) - refTicks ) ) < delayTicks ) in RtcDelayMs()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Drtc-board.c263 uint64_t refTicks = RtcGetTimerValue( ); in RtcDelayMs() local
268 while( ( ( RtcGetTimerValue( ) - refTicks ) ) < delayTicks ) in RtcDelayMs()
/loramac-node-latest/src/boards/SKiM980A/
Drtc-board.c262 uint64_t refTicks = RtcGetTimerValue( ); in RtcDelayMs() local
267 while( ( ( RtcGetTimerValue( ) - refTicks ) ) < delayTicks ) in RtcDelayMs()
/loramac-node-latest/src/boards/SKiM880B/
Drtc-board.c262 uint64_t refTicks = RtcGetTimerValue( ); in RtcDelayMs() local
267 while( ( ( RtcGetTimerValue( ) - refTicks ) ) < delayTicks ) in RtcDelayMs()