Searched refs:RtcMs2Tick (Results 1 – 12 of 12) sorted by relevance
131 uint32_t RtcMs2Tick( TimerTime_t milliseconds ) in RtcMs2Tick() function149 delayTicks = RtcMs2Tick( milliseconds ); in RtcDelayMs()
75 uint32_t RtcMs2Tick( TimerTime_t milliseconds );
331 uint32_t ticks = RtcMs2Tick( value ); in TimerSetValue()359 uint32_t pastInTicks = RtcMs2Tick( past ); in TimerGetElapsedTime()
235 uint32_t RtcMs2Tick( uint32_t milliseconds ) in RtcMs2Tick() function264 delayTicks = RtcMs2Tick( delay ); in RtcDelayMs()
236 uint32_t RtcMs2Tick( uint32_t milliseconds ) in RtcMs2Tick() function265 delayTicks = RtcMs2Tick( delay ); in RtcDelayMs()
165 - Fixed `RtcMs2Tick` conversion on SAMR34