Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/otv/
H A DdrvOTV.c703 …TV_Result MDrv_OTV_HWINT_Get(MS_U32 u32OTVEng, DRVOTV_HWINT_TYPE HWINT_TYPE, MS_BOOL* bInterrupted) in MDrv_OTV_HWINT_Get() argument
707 if(!bInterrupted) in MDrv_OTV_HWINT_Get()
716 *bInterrupted = TRUE; in MDrv_OTV_HWINT_Get()
718 *bInterrupted = FALSE; in MDrv_OTV_HWINT_Get()
723 *bInterrupted = TRUE; in MDrv_OTV_HWINT_Get()
725 *bInterrupted = FALSE; in MDrv_OTV_HWINT_Get()
H A DdrvOTV.h298 …V_Result MDrv_OTV_HWINT_Get(MS_U32 u32OTVEng, DRVOTV_HWINT_TYPE HWINT_TYPE, MS_BOOL* bInterrupted);
/utopia/UTPA2-700.0.x/modules/dscmb/drv/nsk2/
H A DdrvNDSRasp.c1718 MS_U32 NDS_RASP_CallbackIntCheck(MS_U32 u32RASPEng, MS_BOOL* bInterrupted) in NDS_RASP_CallbackIntCheck() argument
1721 if(!bInterrupted) in NDS_RASP_CallbackIntCheck()
1725 *bInterrupted = TRUE; in NDS_RASP_CallbackIntCheck()
1727 *bInterrupted = FALSE; in NDS_RASP_CallbackIntCheck()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvRASP.h305 RASP_Result MDrv_RASP_CallbackIntCheck(MS_U32 u32RASPEng, MS_BOOL* bInterrupted);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvNDSRASP.h446 MS_U32 NDS_RASP_CallbackIntCheck(MS_U32 u32RASPEng, MS_BOOL* bInterrupted);
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c1970 MS_BOOL bInterrupted; in _TSP_ISR() local
1976 if( MDrv_OTV_HWINT_Get(u32OTV_Eng, E_DRVOTV_HWINT_EVENT, &bInterrupted) ) in _TSP_ISR()
1978 if(bInterrupted) in _TSP_ISR()
1985 if( MDrv_OTV_HWINT_Get(u32OTV_Eng, E_DRVOTV_HWINT_TIMER, &bInterrupted) ) in _TSP_ISR()
1987 if(bInterrupted) in _TSP_ISR()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt39915 MS_U32 NDS_RASP_CallbackIntCheck(MS_U32 u32RASPEng, MS_BOOL* bInterrupted);