Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hwi2c/drv/hwi2c/
H A DdrvHWI2C.c1070 MS_BOOL MDrv_HWI2C_ConfigDelay(MS_U32 u32StartDelay, MS_U32 u32StopDelay) in MDrv_HWI2C_ConfigDelay() argument
1086 if(u32StopDelay < HWI2C_STOPDLY) in MDrv_HWI2C_ConfigDelay()
1088 if(u32StopDelay==0) in MDrv_HWI2C_ConfigDelay()
1094 HWI2C_DBG_ERR("STOP Delay %d(us) will risk accessing error !\n",(int)u32StopDelay); in MDrv_HWI2C_ConfigDelay()
1108 g_u32StopDelay[u8Port] = u32StopDelay; in MDrv_HWI2C_ConfigDelay()
1113 return (((u32StartDelay==0)||(u32StopDelay==0))? FALSE : TRUE); in MDrv_HWI2C_ConfigDelay()
1129 MS_U32 u32StopDelay; in MDrv_HWI2C_ConfigDelay_EX() local
1138 u32StopDelay = pConfig->u32StopDelay; in MDrv_HWI2C_ConfigDelay_EX()
1151 if(u32StopDelay < HWI2C_STOPDLY) in MDrv_HWI2C_ConfigDelay_EX()
1153 if(u32StopDelay==0) in MDrv_HWI2C_ConfigDelay_EX()
[all …]
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvHWI2C.h353 MS_U32 u32StopDelay; member
567 MS_BOOL MDrv_HWI2C_ConfigDelay(MS_U32 u32StartDelay, MS_U32 u32StopDelay);
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvHWI2C.h335 MS_U32 u32StopDelay; member
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt78880 MS_U32 u32StopDelay;
78932 MS_BOOL MDrv_HWI2C_ConfigDelay(MS_U32 u32StartDelay, MS_U32 u32StopDelay);