Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/SAMR34/
Drtc-board.c117 RtcTimerContext.Time = ( uint32_t )HwTimerGetTime( ); in RtcSetTimerContext()
206 return ( uint32_t )HwTimerGetTime( ); in RtcGetTimerValue()
211 return ( uint32_t)( HwTimerGetTime( ) - RtcTimerContext.Time ); in RtcGetTimerElapsedTime()
218 uint32_t calendarValue = HwTimerGetTime( ); in RtcGetCalendarTime()
/loramac-node-latest/src/boards/mcu/saml21/
Dhw_timer.h93 uint32_t HwTimerGetTime(void);
Dhw_timer.c150 uint32_t HwTimerGetTime(void) in HwTimerGetTime() function