Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiXC_DWIN.h405 DLL_PUBLIC E_APIXC_ReturnValue MApi_XC_DIP_ClearInt(MS_U16 u8mask, SCALER_DIP_WIN eWindow);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiXC_DWIN.h578 DLL_PUBLIC E_APIXC_ReturnValue MApi_XC_DIP_ClearInt(MS_U16 u8mask, SCALER_DIP_WIN eWindow);
/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_DWIN.c1195 E_APIXC_ReturnValue MApi_XC_DIP_ClearInt(MS_U16 u8mask, SCALER_DIP_WIN eWindow) in MApi_XC_DIP_ClearInt() function
H A DapiXC_EX.c9478 return (XC_EX_RETURN_VALUE)MApi_XC_DIP_ClearInt(u8mask, (SCALER_DIP_WIN)eWindow); in MApi_XC_DIP_EX_ClearInt()
/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A DKsym.c5150 EXPORT_SYMBOL(MApi_XC_DIP_ClearInt);
/utopia/UTPA2-700.0.x/projects/build/
H A Dnm_symbol.txt1886 EXPORT_SYMBOL(MApi_XC_DIP_ClearInt);
H A Dapi_with_header_file.csv2842 ,,MApi_XC_DIP_ClearInt,apiXC_DWIN.h,1,1,1,1,1,1
H A DDatabase.csv3145 ,,MApi_XC_DIP_ClearInt,apiXC_DWIN.h,1,1,1,1,1,1,1
H A Dpreprocess.txt70643 DLL_PUBLIC E_APIXC_ReturnValue MApi_XC_DIP_ClearInt(MS_U16 u8mask, SCALER_DIP_WIN eWindow);
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c4142 MApi_XC_DIP_ClearInt(BMASK((DMS_DIP_BUFFER_COUNT-1):0)&0xFF, u8DIPWindowID); in _DMS_DIP_Fire()