Lines Matching refs:Value
240 uint32 Value = 0u; in OsIf_GetCounter() local
243 Value = OsIf_Timer_Dummy_GetCounter(); in OsIf_GetCounter()
247 Value = OsIf_Timer_System_GetCounter(); in OsIf_GetCounter()
252 Value = OsIf_Timer_Custom_GetCounter(); in OsIf_GetCounter()
257 return Value; in OsIf_GetCounter()
264 uint32 Value = 0u; in OsIf_GetElapsed() local
267 Value = OsIf_Timer_Dummy_GetElapsed(CurrentRef); in OsIf_GetElapsed()
271 Value = OsIf_Timer_System_GetElapsed(CurrentRef); in OsIf_GetElapsed()
276 Value = OsIf_Timer_Custom_GetElapsed(CurrentRef); in OsIf_GetElapsed()
281 return Value; in OsIf_GetElapsed()
309 uint32 Value = 0u; in OsIf_MicrosToTicks() local
312 Value = OsIf_Timer_Dummy_MicrosToTicks(Micros); in OsIf_MicrosToTicks()
316 Value = OsIf_Timer_System_MicrosToTicks(Micros); in OsIf_MicrosToTicks()
321 Value = OsIf_Timer_Custom_MicrosToTicks(Micros); in OsIf_MicrosToTicks()
326 return Value; in OsIf_MicrosToTicks()