Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dcroutine.c105 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode, in xCoRoutineCreate() argument
112 traceENTER_xCoRoutineCreate( pxCoRoutineCode, uxPriority, uxIndex ); in xCoRoutineCreate()
140 pxCoRoutine->pxCoRoutineFunction = pxCoRoutineCode; in xCoRoutineCreate()
/Kernel-v11.1.0/include/
Dcroutine.h136 BaseType_t xCoRoutineCreate( crCOROUTINE_CODE pxCoRoutineCode,
DFreeRTOS.h2629 #define traceENTER_xCoRoutineCreate( pxCoRoutineCode, uxPriority, uxIndex ) argument