Lines Matching refs:Value
281 uint32 Value = 0U; in OsIf_GetCounter() local
285 Value = OsIf_Timer_Dummy_GetCounter(); in OsIf_GetCounter()
289 Value = OsIf_Timer_System_GetCounter(); in OsIf_GetCounter()
294 Value = OsIf_Timer_Custom_GetCounter(); in OsIf_GetCounter()
302 return Value; in OsIf_GetCounter()
315 uint32 Value = 0U; in OsIf_GetElapsed() local
319 Value = OsIf_Timer_Dummy_GetElapsed(CurrentRef); in OsIf_GetElapsed()
323 Value = OsIf_Timer_System_GetElapsed(CurrentRef); in OsIf_GetElapsed()
328 Value = OsIf_Timer_Custom_GetElapsed(CurrentRef); in OsIf_GetElapsed()
336 return Value; in OsIf_GetElapsed()
378 uint32 Value = 0U; in OsIf_MicrosToTicks() local
382 Value = OsIf_Timer_Dummy_MicrosToTicks(Micros); in OsIf_MicrosToTicks()
386 Value = OsIf_Timer_System_MicrosToTicks(Micros); in OsIf_MicrosToTicks()
391 Value = OsIf_Timer_Custom_MicrosToTicks(Micros); in OsIf_MicrosToTicks()
399 return Value; in OsIf_MicrosToTicks()