Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_Auto.c1295 MS_U8 u8PhaseDelta = 0x20; // phase data buffer in _MApi_XC_Auto_GetTransPos() local
1304 u8PhaseDelta /= 2; // next step in _MApi_XC_Auto_GetTransPos()
1305 if(u8PhaseDelta == 0x00) // check end in _MApi_XC_Auto_GetTransPos()
1309 u16AdjustPhase += u8PhaseDelta; // right shift in _MApi_XC_Auto_GetTransPos()
1311 u16AdjustPhase -= u8PhaseDelta; // left shift in _MApi_XC_Auto_GetTransPos()