Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_ip.c4241 MS_U16 u8TimeOut = 0; in MApi_XC_GetPhaseValue() local
4248 while ( Hal_SC_ip_is_auto_phase_result_ready(pInstance, eWindow) && u8TimeOut < 500 ) in MApi_XC_GetPhaseValue()
4250 u8TimeOut++; in MApi_XC_GetPhaseValue()
4253 if ( u8TimeOut >= 500 ) in MApi_XC_GetPhaseValue()
4258 u8TimeOut = 0 ; in MApi_XC_GetPhaseValue()
4260 while ( u8TimeOut < 100 ) in MApi_XC_GetPhaseValue()
4277 u8TimeOut++; in MApi_XC_GetPhaseValue()