Lines Matching refs:Value
314 uint32 Value = 0U; in OsIf_GetCounter() local
318 Value = OsIf_Timer_Dummy_GetCounter(); in OsIf_GetCounter()
322 Value = OsIf_Timer_System_GetCounter(); in OsIf_GetCounter()
327 Value = OsIf_Timer_Custom_GetCounter(); in OsIf_GetCounter()
335 return Value; in OsIf_GetCounter()
348 uint32 Value = 0U; in OsIf_GetElapsed() local
352 Value = OsIf_Timer_Dummy_GetElapsed(CurrentRef); in OsIf_GetElapsed()
356 Value = OsIf_Timer_System_GetElapsed(CurrentRef); in OsIf_GetElapsed()
361 Value = OsIf_Timer_Custom_GetElapsed(CurrentRef); in OsIf_GetElapsed()
369 return Value; in OsIf_GetElapsed()
411 uint32 Value = 0U; in OsIf_MicrosToTicks() local
415 Value = OsIf_Timer_Dummy_MicrosToTicks(Micros); in OsIf_MicrosToTicks()
419 Value = OsIf_Timer_System_MicrosToTicks(Micros); in OsIf_MicrosToTicks()
424 Value = OsIf_Timer_Custom_MicrosToTicks(Micros); in OsIf_MicrosToTicks()
432 return Value; in OsIf_MicrosToTicks()