Home
last modified time | relevance | path

Searched refs:OsifCounter (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.6.0/s32/drivers/s32ze/Uart/include/
DLinflexd_Uart_Ip_HwAccess.h746 …eout(uint32 *StartTimeOut, uint32 *TimeoutTicksOut, uint32 TimeoutUs, OsIf_CounterType OsifCounter) in Linflexd_Uart_Ip_StartTimeout() argument
748 *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() argument
760 uint32 CurrentElapsedTicks = OsIf_GetElapsed(StartTime, OsifCounter); in Linflexd_Uart_Ip_CheckTimeout()