Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A Dtsp2_msos.h145 MS_S32 TSP_OS_TaskCreate(TSP_OS_Proc Proc, MS_U8* pu8Name);
H A Dtsp2_nos.h142 MS_S32 TSP_OS_TaskCreate(TSP_OS_Proc Proc, MS_U8* pu8Name);
H A Dtsp2_nos.c287 MS_S32 TSP_OS_TaskCreate(TSP_OS_Proc Proc, MS_U8* pu8Name) in TSP_OS_TaskCreate() function
H A Dtsp2_msos.c243 MS_S32 TSP_OS_TaskCreate(TSP_OS_Proc Proc, MS_U8* pu8Name) in TSP_OS_TaskCreate() function
H A DdrvTSP2.c2565 _ptsp_res->_s32TaskId = TSP_OS_TaskCreate(_TSP_ISR_Task, (MS_U8*)"TSP_ISR_Task"); in _TSP_Init()