Searched refs:OsifCounter (Results 1 – 1 of 1) sorted by relevance
746 …eout(uint32 *StartTimeOut, uint32 *TimeoutTicksOut, uint32 TimeoutUs, OsIf_CounterType OsifCounter) in Linflexd_Uart_Ip_StartTimeout() argument748 *StartTimeOut = OsIf_GetCounter(OsifCounter); in Linflexd_Uart_Ip_StartTimeout()749 *TimeoutTicksOut = OsIf_MicrosToTicks(TimeoutUs, OsifCounter); in Linflexd_Uart_Ip_StartTimeout()758 …meout(uint32 * StartTime, uint32 * ElapsedTicks, uint32 TimeoutTicks, OsIf_CounterType OsifCounter) in Linflexd_Uart_Ip_CheckTimeout() argument760 uint32 CurrentElapsedTicks = OsIf_GetElapsed(StartTime, OsifCounter); in Linflexd_Uart_Ip_CheckTimeout()